From c2acea04d721d97d8b093f61905d136769a5a7de Mon Sep 17 00:00:00 2001 From: sptaule Date: Tue, 1 Feb 2022 17:17:01 +0100 Subject: Fix: Our Goals content, pagination, download link | Add: Link to doc sections on home imgs --- templates/section.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/section.html') diff --git a/templates/section.html b/templates/section.html index 791195f..2d0b792 100755 --- a/templates/section.html +++ b/templates/section.html @@ -33,10 +33,10 @@

{{ page.description }}

{% endif %}
-
+
{{ macros::page_publish_metadata(page=page) }}
-
+
{{ macros::page_content_metadata(page=page) }}
@@ -52,13 +52,13 @@
-
-
+
+
{% if page.taxonomies.categories %} {{ macros::render_categories(categories=page.taxonomies.categories) }} {% endif %}
-
+
{% if page.taxonomies.tags %} {{ macros::render_tags(tags=page.taxonomies.tags) }} {% endif %} -- cgit v1.2.3