From 3930ee8a453960956b86c82a223294ab56a6aa63 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 23 Jul 2024 14:28:28 +0200 Subject: [PATCH] Remove old git url --- .gitignore | 1 + configs/scss.ini | 1 + content/events/fff_bodensee_21/contents.lr | 2 +- templates/layout.html | 42 ++++++++++------------ winkekatze.tv.lektorproject | 4 +-- 5 files changed, 24 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index cc2435a..8813879 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # lektor packages/ +lektor/ # ---> Vim # swap diff --git a/configs/scss.ini b/configs/scss.ini index bfb57cf..4303d07 100644 --- a/configs/scss.ini +++ b/configs/scss.ini @@ -4,3 +4,4 @@ output_style = compressed source_comments = false precision = 5 name_prefix = .min +use_compile_flag = false diff --git a/content/events/fff_bodensee_21/contents.lr b/content/events/fff_bodensee_21/contents.lr index 544ecab..92d7091 100644 --- a/content/events/fff_bodensee_21/contents.lr +++ b/content/events/fff_bodensee_21/contents.lr @@ -14,7 +14,7 @@ Das Ergebnis dazu findet ihr auf den YouTube Account von Fridays for Future Bode Wir planen auf weiteren Fridays for Future Demonstrationen und Kundgebungen Teil zu Nehmen und die Reden zu veröffentlichen. -Für die Videos haben wir Grafiken basierend auf der [Fridays for Future CI](https://wiki.fridaysforfuture.is/index.php?title=Corporate-Identity) erstellt und in diesem Git Repo unter [CC-BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) veröffentlicht: [backwesen.de/fff/schriftzuege](https://backwesen.de/fff/schriftzuege.git). +Für die Videos haben wir Grafiken basierend auf der [Fridays for Future CI](https://wiki.fridaysforfuture.is/index.php?title=Corporate-Identity) erstellt und in diesem Git Repo unter [CC-BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) veröffentlicht: [git.l3d.ch/fff/schriftzuege](https://git.l3d.ch/fff/schriftzuege.git). --- event_end_date: 2022-01-21 --- diff --git a/templates/layout.html b/templates/layout.html index 8dfdee1..da8821e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,36 +1,32 @@ -{%- macro titlestring() -%} - {%- block title -%} - Welcome - {%- endblock -%} - {{ ' — winkekatze.tv' }} -{%- endmacro -%} -{%- macro descriptionstring() -%} - {%- block description -%} - Winkekatze Video Operation Center - {%- endblock -%} - {{ ' — winkekatze.tv' }} -{%- endmacro -%} -{%- macro cssfile() -%} - {%- block scss -%} - css/main.min.css - {%- endblock -%} -{%- endmacro -%} +{%- macro titlestring() %} +{% block title %} +Welcome +{% endblock %} + — winkekatze.tv +{% endmacro %} +{% macro descriptionstring() %} +{% block description %} +Winkekatze Video Operation Center +{% endblock -%} + — winkekatze.tv +{% endmacro %} +{% macro cssfile() %}{% block scss %}css/main.min.css{% endblock %}{% endmacro %} - {{- titlestring() -}} + {{ titlestring() }} - + - - + +
@@ -49,7 +45,7 @@

Hello World

{%- endblock %} -