diff options
author | Julian T <julian@jtle.dk> | 2021-06-09 22:22:27 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-06-09 22:22:46 +0200 |
commit | ad42a317920bb29794b472d9df5dd320c9c27123 (patch) | |
tree | 106e269bb10e3ff894676ba9b4025a47eba47eca | |
parent | 6fbaaa651025bd615bd4e135b1dce66e5aee6001 (diff) |
Add picture, and fix link to cgit
-rw-r--r-- | DSC01718.jpg | bin | 0 -> 6750208 bytes | |||
-rw-r--r-- | index.html.j2 | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/DSC01718.jpg b/DSC01718.jpg Binary files differnew file mode 100644 index 0000000..95541d0 --- /dev/null +++ b/DSC01718.jpg diff --git a/index.html.j2 b/index.html.j2 index ba58b70..6db465d 100644 --- a/index.html.j2 +++ b/index.html.j2 @@ -21,7 +21,7 @@ {% if ctx.cgit is not none %} <p>Klik på et billede for at få fuld opløsning. - Højere opløsning samt licens kan også findes her <a href="{{ cgit }}/tree">her</a>.</p> + Højere opløsning samt licens kan også findes <a href="{{ ctx.cgit }}/tree">her</a>.</p> {% endif %} {% for img in images %} |