diff --git a/templates/link-page.html b/templates/link-page.html index 402906f..4130bc1 100644 --- a/templates/link-page.html +++ b/templates/link-page.html @@ -6,7 +6,8 @@ {%- block content %}

{{ page.title }}

- + + {%- if page.extra.comment %}

{{ page.extra.comment }}

{% endif %} {{- page.content | safe }} {%- endblock content %} diff --git a/templates/links.html b/templates/links.html index 5eb021e..aa52dd1 100644 --- a/templates/links.html +++ b/templates/links.html @@ -10,19 +10,19 @@