diff options
author | Thomas Lange <code@nerdmind.de> | 2019-05-05 21:41:27 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2019-05-05 21:41:27 +0200 |
commit | 327b62b60ea108326ea35f834247a7906373892c (patch) | |
tree | d5375e0abec13d1bdf8e513cbe919bd2f9820bea /theme/admin/html | |
parent | 4daa37489f932852da33b33f37e993c424d423d5 (diff) | |
download | blog-327b62b60ea108326ea35f834247a7906373892c.tar.gz blog-327b62b60ea108326ea35f834247a7906373892c.tar.xz blog-327b62b60ea108326ea35f834247a7906373892c.zip |
Update CSS layout
Diffstat (limited to 'theme/admin/html')
-rw-r--r-- | theme/admin/html/main.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/theme/admin/html/main.php b/theme/admin/html/main.php index 794f9ec..6002bdf 100644 --- a/theme/admin/html/main.php +++ b/theme/admin/html/main.php @@ -40,13 +40,13 @@ <main> <?=$HTML?> </main> - <footer id="main-footer"> - <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="https://github.com/Nerdmind/Blog/issues">Bugreport</a></li> - </ul> - </footer> </div> + <footer id="main-footer"> + <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="https://github.com/Nerdmind/Blog/issues">Bugreport</a></li> + </ul> + </footer> </body> </html>
\ No newline at end of file |