From 2bf2d104c611c4a765f7403baf1ce2923fac9fa4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 18 Jul 2024 13:21:07 -0700 Subject: [PATCH] Show blogmark links in bold Refs #474 --- templates/includes/blog_mixed_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/includes/blog_mixed_list.html b/templates/includes/blog_mixed_list.html index b7ec99d..963bcfa 100644 --- a/templates/includes/blog_mixed_list.html +++ b/templates/includes/blog_mixed_list.html @@ -30,7 +30,7 @@

{{ item.obj.title|t {% endif %} {% if item.type == "blogmark" %}
-

{{ item.obj.link_title|typography }}{% if item.obj.via_url %} +

{{ item.obj.link_title|typography }}{% if item.obj.via_url %} (via){% 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 %}

# {% if showdate %}{{ item.obj.created|date:"jS F Y" }},