1
0

Search optimisation

This commit is contained in:
2022-09-30 19:19:59 +02:00
parent ec9ffa07f9
commit 9d2305bd68
2 changed files with 3 additions and 8 deletions

View File

@ -11,7 +11,7 @@
{% endmacro %}
{% macro print_article(page) %}
<article>
<article data-title="{{ page.title | lower }}">
<h2><a href="{{ page.permalink }}">{{ page.title }}</a></h2>
<p>{{ page.summary | safe }}</p>
{{ self::page_info(page=page) }}