summaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-04-03 23:22:19 +0200
committerJulian T <julian@jtle.dk>2021-04-03 23:22:19 +0200
commit246e219c69b6a143cea478c7f0f9300ca73efa79 (patch)
tree062c4080925b1b271e9d78c1334daff1d1106687 /index.html.j2
parent4cbc2eae6335222b74129c9eaedab39250c3b7b9 (diff)
Add ref to original images
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j27
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html.j2 b/index.html.j2
index d25e242..fde5f4b 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -17,7 +17,12 @@
</style>
</head>
<body>
- <p>Billeder taget på forskellige ferier etc, som jeg bruger til baggrund. Filer kan også findes <a href="https://git.jtle.dk/wallpapers">her</a>.</p>
+ <p>Billeder taget på forskellige ferier etc, som jeg bruger til baggrund.</p>
+
+ {% if 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>
+ {% endif %}
{% for post in posts %}
<div class="post">
<p>{{ post.text }}</p>