Skip to content

Commit

Permalink
Show blogmark links in bold
Browse files Browse the repository at this point in the history
Refs #474
  • Loading branch information
simonw authored Jul 18, 2024
1 parent 18bef25 commit 2bf2d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/blog_mixed_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3><a href="{{ item.obj.get_absolute_url }}" rel="bookmark">{{ item.obj.title|t
{% endif %}
{% if item.type == "blogmark" %}
<div class="blogmark segment">
<p><a href="{{ item.obj.link_url }}">{{ item.obj.link_title|typography }}</a>{% if item.obj.via_url %}
<p><strong><a href="{{ item.obj.link_url }}">{{ item.obj.link_title|typography }}</a></strong>{% if item.obj.via_url %}
(<a href="{{ item.obj.via_url }}" title="{{ item.obj.via_title|typography }}">via</a>){% endif %}{% if not item.obj.via_url and not item.obj.link_title|ends_with_punctuation %}.{% endif %}
{% if not item.obj.use_markdown %}{{ item.obj.commentary|typography|linebreaks|strip_wrapping_p }}{% else %}{{ item.obj.body|strip_wrapping_p }}{% endif %}</p>
<p class="date-and-tags"><a href="{{ item.obj.get_absolute_url }}" rel="bookmark">#</a> {% if showdate %}<a href="/{{ item.obj.created|date:"Y/M/j/" }}">{{ item.obj.created|date:"jS F Y" }}</a>,
Expand Down

0 comments on commit 2bf2d10

Please sign in to comment.