From 39993a165ef1fa9e4fc3f9fe6d5f0a1014b9b8eb Mon Sep 17 00:00:00 2001 From: j Date: Tue, 19 Dec 2017 12:49:08 +0100 Subject: [PATCH] display links --- content/templates/events.html | 1 + content/templates/links.html | 12 ++++++++++++ content/templates/projects.html | 1 + 3 files changed, 14 insertions(+) create mode 100644 content/templates/links.html diff --git a/content/templates/events.html b/content/templates/events.html index fa76841..c8f2c4b 100644 --- a/content/templates/events.html +++ b/content/templates/events.html @@ -13,6 +13,7 @@

{{events.formatted_header|safe}}

{{events.formatted_body|safe}}

{% include "opt.html" with content=events %} + {% include "links.html" with content=events %} {% include "gallery.html" with gallery=gallery %} diff --git a/content/templates/links.html b/content/templates/links.html new file mode 100644 index 0000000..3f26824 --- /dev/null +++ b/content/templates/links.html @@ -0,0 +1,12 @@ +{% if content.links.exists %} + +{% endif %} diff --git a/content/templates/projects.html b/content/templates/projects.html index 166c2af..e89d245 100644 --- a/content/templates/projects.html +++ b/content/templates/projects.html @@ -13,6 +13,7 @@

{{projects.formatted_header|safe}}

{{projects.formatted_body|safe}}

{% include "opt.html" with content=projects %} + {% include "links.html" with content=projects %} {% include "gallery.html" with gallery=gallery %}