1
0

Add search for js-enabled browsers

This commit is contained in:
2021-12-04 22:05:33 +01:00
parent 555128c88b
commit d090f61543
4 changed files with 39 additions and 2 deletions

View File

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