Skip to content

Commit

Permalink
Render markdown before striptags
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jan 25, 2025
1 parent a0f731e commit d87263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/archive_tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block extrahead %}
<meta property="og:type" content="website" />
<meta property="og:title" content="Simon Willison on {{ tags|join:" and " }}" />
<meta property="og:description" content="{{ total|intcomma }} items tagged ‘{{ tags|join:" and " }}’. {{ tag.description|striptags|truncatechars:160 }}" />
<meta property="og:description" content="{{ total|intcomma }} items tagged ‘{{ tags|join:" and " }}’. {{ tag.description_rendered|striptags|truncatechars:160 }}" />
<meta property="og:site_name" content="Simon Willison’s Weblog" />
{% endblock %}

Expand Down

0 comments on commit d87263c

Please sign in to comment.