From b4bea04224d5d418c148ea9f7badc8ad489e7a17 Mon Sep 17 00:00:00 2001 From: Julian T Date: Tue, 8 Jun 2021 19:48:28 +0200 Subject: Added image convertion and page generation script --- index.html.j2 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 index.html.j2 (limited to 'index.html.j2') diff --git a/index.html.j2 b/index.html.j2 new file mode 100644 index 0000000..ba58b70 --- /dev/null +++ b/index.html.j2 @@ -0,0 +1,50 @@ + + + + + Jtle images + + + + + +

Billeder taget på forskellige ferier etc, som jeg bruger til baggrund.

+ + {% if ctx.cgit is not none %} +

Klik på et billede for at få fuld opløsning. + Højere opløsning samt licens kan også findes her her.

+ {% endif %} + + {% for img in images %} +
+ {% if img.taken is not none %} + Taget den {{ img.taken }} + {% endif %} + {% if img.description is not none %} +

{{ img.description }}

+ {% endif %} + {% if img.fullurl is not none %} + + + + {% else %} + + {% endif %} +
+ {% endfor %} + + + {% if ctx.git is not none %} +

Bygget fra commit {{ ctx.git }}

+ {% endif %} + + -- cgit v1.2.3