summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2019-04-17 18:05:18 +0200
committerPaweł Redman <pawel.redman@gmail.com>2019-04-17 18:05:18 +0200
commitee3cc6fceb0dd20cd53755f8d280c5b385fcf7a7 (patch)
treed9800f918824c6d9a8bd7541915205fd490ecdf0
parent994b44561cd152fa60145ff9e44d53bac6955e95 (diff)
Add theme and font info to the footer
-rw-r--r--footer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/footer.php b/footer.php
index 2d409eb..eb26ddc 100644
--- a/footer.php
+++ b/footer.php
@@ -10,6 +10,7 @@
</div>
<div id="footer-text">
<div><?php tpl_license('');?></div>
+ <div>Theme: <a href="https://zittrig.eu/git/enneract/opticks">Opticks</a>, font: <a href="https://fontlibrary.org/en/font/vollkorn">Vollkorn</a> by <a href="http://friedrichalthausen.de/">Friedrich Althausen</a></div>
</div>
</div>
</div>