From 90c502edcfad503f305f3ed0f6f38bcd6231e298 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 18 May 2022 00:26:52 +0200 Subject: [PATCH] How to edit link added --- templates/macros/rezept.html | 2 ++ templates/zutaten/github.html | 14 ++++++++++++++ templates/zutaten/orf.html | 15 +++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 templates/zutaten/github.html create mode 100644 templates/zutaten/orf.html diff --git a/templates/macros/rezept.html b/templates/macros/rezept.html index 12613eb..23fad52 100644 --- a/templates/macros/rezept.html +++ b/templates/macros/rezept.html @@ -17,6 +17,8 @@ {%- include "macros/rezept_body.html" -%} {%- if not from_index -%} {%- include "zutaten/hygiene.html" -%} + {%- include "zutaten/orf.html" -%} + {%- include "zutaten/github.html" -%} {%- endif %} {%- else -%} {%- include "macros/rezept_body.html" -%} diff --git a/templates/zutaten/github.html b/templates/zutaten/github.html new file mode 100644 index 0000000..ea1a2cd --- /dev/null +++ b/templates/zutaten/github.html @@ -0,0 +1,14 @@ +{%- for child in post.children -%} + {%- if child._template == 'zutaten.yaml' -%} + {%- if child.render_hygiene | default(True) -%} +
+
+

Verbesserungsvorschläge

+

Unsere Webseite wird in einem git verwaltet.
+ Wenn dir auffällt, das etwas verbessert werden kann, öffne gerne ein Issue. Du kannst auch zum Beispiel dieses Rezept hier direkt bearbeiten. +

+
+
+ {%- endif -%} + {%- endif -%} +{%- endfor -%} diff --git a/templates/zutaten/orf.html b/templates/zutaten/orf.html new file mode 100644 index 0000000..897d30b --- /dev/null +++ b/templates/zutaten/orf.html @@ -0,0 +1,15 @@ +{%- for child in post.children -%} + {%- if child._template == 'zutaten.yaml' -%} + {%- if child.render_hygiene | default(True) -%} +
+
+

Open Recipe Format

+

Beim C3WOC lieben wir Offene Daten und Standards.
+ Daher gibt es nun alle hier veröffentlichten Rezepte auch im "Open Recipe Format.
+ Diess findet ihr für "{{ child.title }}" auf {{ './rezept.yaml' | url(external=true) }}. +

+
+
+ {%- endif -%} + {%- endif -%} +{%- endfor -%}