aboutsummaryrefslogtreecommitdiff
path: root/site/templates
diff options
context:
space:
mode:
Diffstat (limited to 'site/templates')
-rw-r--r--site/templates/default.html21
1 files changed, 17 insertions, 4 deletions
diff --git a/site/templates/default.html b/site/templates/default.html
index d206178..6c9eae8 100644
--- a/site/templates/default.html
+++ b/site/templates/default.html
@@ -17,8 +17,8 @@
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/archive.html">Archive</a>
- <a class="feed-icon" href="./feed.xml">
- <img src="./images/rss.svg" alt="Blog feed" />
+ <a href="/feed.xml">
+ <img class="simple-icon" src="/images/rss.svg" alt="Blog feed" />
</a>
</nav>
</header>
@@ -29,8 +29,21 @@
</main>
<footer>
- Site proudly generated by
- <a href="http://jaspervdj.be/hakyll">Hakyll</a>
+ <ul>
+ <li>
+ <img class="simple-icon" src="/images/envelope.svg" alt="Envelope icon" />
+ <a href="mailto:eu@euandre.org">eu@euandre.org</a>
+ </li>
+ <li>
+ <img class="simple-icon" src="/images/lock.svg" alt="Lock icon" />
+ <a href="/public-key.txt">81F90EC3CD356060</a>
+ </li>
+ </ul>
+
+ <p>License</p>
+ <p>
+ The content for this site is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. The <a href="https://gitlab.com/EuAndreh/website.git">code</a> is <a href="https://gitlab.com/EuAndreh/website/raw/master/LICENSE">GPLv3</a>
+ </p>
</footer>
</body>
</html>