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 -%}