From fbdae5525ba823541c0ab254a18b3b189ca201a8 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Fri, 27 Jan 2023 00:00:10 +0100 Subject: [PATCH] remove post wordcount --- templates/post.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post.html.twig b/templates/post.html.twig index 345e02c..5b36072 100644 --- a/templates/post.html.twig +++ b/templates/post.html.twig @@ -5,7 +5,7 @@

{{ page.title }}

-

{{ page.date|date("d.m.Y H:i") }}{% if config.plugins.readingtime.enabled %} | {{ page.content|readingtime }}{% endif %}{% if config.plugins.wordcount.enabled and grav.user.title == theme_config.owner_title %} | {{ getWordCount(content) }} {{ theme_config.wordcount_title }}{% endif %}

+

{{ page.date|date("d.m.Y H:i") }}{% if config.plugins.readingtime.enabled %} | {{ page.content|readingtime }}{% endif %}

{{ theme_config.blog.tags_title|raw }}: {% for tag in page.taxonomy.tag %}{{ tag }} {% endfor %}

{% if page.taxonomy.series %}

{{ theme_config.blog.series_title|raw }}: {% for series in page.taxonomy.series %}{{ series }} {% endfor %}