Remove old git url
This commit is contained in:
parent
5bb1bd1bab
commit
3930ee8a45
5 changed files with 24 additions and 26 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
# lektor
|
# lektor
|
||||||
packages/
|
packages/
|
||||||
|
lektor/
|
||||||
|
|
||||||
# ---> Vim
|
# ---> Vim
|
||||||
# swap
|
# swap
|
||||||
|
|
|
@ -4,3 +4,4 @@ output_style = compressed
|
||||||
source_comments = false
|
source_comments = false
|
||||||
precision = 5
|
precision = 5
|
||||||
name_prefix = .min
|
name_prefix = .min
|
||||||
|
use_compile_flag = false
|
||||||
|
|
|
@ -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.
|
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
|
event_end_date: 2022-01-21
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,36 +1,32 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
{%- macro titlestring() -%}
|
{%- macro titlestring() %}
|
||||||
{%- block title -%}
|
{% block title %}
|
||||||
Welcome
|
Welcome
|
||||||
{%- endblock -%}
|
{% endblock %}
|
||||||
{{ ' — winkekatze.tv' }}
|
— winkekatze.tv
|
||||||
{%- endmacro -%}
|
{% endmacro %}
|
||||||
{%- macro descriptionstring() -%}
|
{% macro descriptionstring() %}
|
||||||
{%- block description -%}
|
{% block description %}
|
||||||
Winkekatze Video Operation Center
|
Winkekatze Video Operation Center
|
||||||
{%- endblock -%}
|
{% endblock -%}
|
||||||
{{ ' — winkekatze.tv' }}
|
— winkekatze.tv
|
||||||
{%- endmacro -%}
|
{% endmacro %}
|
||||||
{%- macro cssfile() -%}
|
{% macro cssfile() %}{% block scss %}css/main.min.css{% endblock %}{% endmacro %}
|
||||||
{%- block scss -%}
|
|
||||||
css/main.min.css
|
|
||||||
{%- endblock -%}
|
|
||||||
{%- endmacro -%}
|
|
||||||
<html lang="{{ this.alt }}">
|
<html lang="{{ this.alt }}">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="{{ cssfile()|asseturl }}" />
|
<link rel="stylesheet" href="{{ cssfile()|asseturl }}" />
|
||||||
<title>{{- titlestring() -}}</title>
|
<title>{{ titlestring() }}</title>
|
||||||
|
|
||||||
<meta name="generator" content="lektor" />
|
<meta name="generator" content="lektor" />
|
||||||
<meta name="description" content="{{- descriptionstring() -}}" />
|
<meta name="description" content="{{ descriptionstring() }}" />
|
||||||
<meta name="author" content="L3D" />
|
<meta name="author" content="L3D" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ '/sitemap.xml' | url(external=true) }}" />
|
<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ '/sitemap.xml' | url(external=true) }}" />
|
||||||
<meta property="og:url" content="{{ this | url(external=true) }}" />
|
<meta property="og:url" content="{{ this | url(external=true) }}" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:title" content="{{- titlestring() -}}" />
|
<meta property="og:title" content="{{ titlestring() }}" />
|
||||||
<meta property="og:description" content="{{- descriptionstring() -}}" />
|
<meta property="og:description" content="{{ descriptionstring() }}" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@ -50,6 +46,6 @@
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
© Copyright {{ none|datetimeformat('YYYY', 'UTC') }} by L3D under <a href="https://backwesen.de/voc/winkekatze.tv/src/branch/main/LICENCE">MIT License</a> | Source Code: <a href="https://backwesen.de/voc/winkekatze.tv.git">gitea</a> and <a href="https://github.com/winkekatze/winkekatze.tv.git">GitHub</a>
|
© Copyright {{ none|datetimeformat('YYYY') }} by L3D under <a href="https://git.l3d.ch/voc/winkekatze.tv/src/branch/main/LICENCE">MIT License</a> | Source Code: <a href="https://git.l3d.ch/voc/winkekatze.tv.git">gitea</a> and <a href="https://github.com/winkekatze/winkekatze.tv.git">GitHub</a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -26,5 +26,5 @@ locale = en_US
|
||||||
url_prefix = /en/
|
url_prefix = /en/
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
lektor-scss = 1.4.1
|
lektor-scss = 1.5.0
|
||||||
lektor-html-pretify = 1.0.7
|
lektor-html-pretify = 2.0.0
|
||||||
|
|
Loading…
Reference in a new issue