diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-04-17 18:05:18 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-04-17 18:05:18 +0200 |
commit | ee3cc6fceb0dd20cd53755f8d280c5b385fcf7a7 (patch) | |
tree | d9800f918824c6d9a8bd7541915205fd490ecdf0 | |
parent | 994b44561cd152fa60145ff9e44d53bac6955e95 (diff) |
Add theme and font info to the footer
-rw-r--r-- | footer.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |