blog template: include the word count in the description

This commit is contained in:
Colin 2022-04-06 01:06:57 +00:00
parent 29c631590a
commit 26572a244d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{% endblock title %}
{% block head %}
<meta name="description" content="{{ page.description }}">
<meta name="description" content="{{ page.description }} ({{ page.content | wordcount }} words)">
{% endblock head %}
{% block content %}