diff options
author | Thomas Lange <code@nerdmind.de> | 2017-04-30 18:37:07 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-04-30 18:38:24 +0200 |
commit | b809db960558cb2062f950783da0c5fbc3d0a422 (patch) | |
tree | 2c7e3872bf2724b12568f9a145d873d1b6cbce72 /template/admin/html/main.php | |
parent | 77b3a519041f99275563e7609c0ff619e9e935e0 (diff) | |
download | blog-b809db960558cb2062f950783da0c5fbc3d0a422.tar.gz blog-b809db960558cb2062f950783da0c5fbc3d0a422.tar.xz blog-b809db960558cb2062f950783da0c5fbc3d0a422.zip |
Hyperlinks to the documentation and the releases on GitHub added to the footer.
Diffstat (limited to 'template/admin/html/main.php')
-rw-r--r-- | template/admin/html/main.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/admin/html/main.php b/template/admin/html/main.php index bed186e..d1ab476 100644 --- a/template/admin/html/main.php +++ b/template/admin/html/main.php @@ -45,7 +45,11 @@ <?=$HTML?> </main> <footer id="main-footer"> - <i class="fa fa-bug"></i> Report bugs via email to <a href="mailto:Thomas Lange <code@nerdmind.de>">code@nerdmind.de</a>! + <ul> + <li><i class="fa fa-github-square"></i> <a href="https://github.com/Nerdmind/Blog/releases" target="_blank">Releases</a></li> + <li><i class="fa fa-book"></i> <a href="https://github.com/Nerdmind/Blog/wiki" target="_blank">Documentation</a></li> + <li><i class="fa fa-bug"></i> <a href="mailto:Thomas Lange <code@nerdmind.de>">Bugreport</a></li> + </ul> </footer> </section> </body> |