diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/footer.html | 8 | ||||
-rw-r--r-- | template/header.html | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/template/footer.html b/template/footer.html index 87f8a75..6e14fbe 100644 --- a/template/footer.html +++ b/template/footer.html @@ -1,4 +1,4 @@ -<hr>
-<footer>© 2024 Matthew Wozniak. This site is generated with
- <a href="https://pandoc.org">pandoc</a>.
-</footer>
+<hr> +<footer>© 2024 Matthew Wozniak. This site is generated with + <a href="https://pandoc.org">pandoc</a>. +</footer> diff --git a/template/header.html b/template/header.html index 62c80bb..5782656 100644 --- a/template/header.html +++ b/template/header.html @@ -1,7 +1,7 @@ -<nav class="navbar">
- <ul class="navbar">
- <li class="navbar"><a href="https://woz.blue">home</a></li>
- <li class="navbar"><a href="https://git.woz.blue">git</a></li>
- <li class="navbar"><a href="https://qdb.woz.blue">qdb</a></li>
- </ul>
-</nav>
+<nav class="navbar"> + <ul class="navbar"> + <li class="navbar"><a href="https://woz.blue">home</a></li> + <li class="navbar"><a href="https://git.woz.blue">git</a></li> + <li class="navbar"><a href="https://qdb.woz.blue">qdb</a></li> + </ul> +</nav> |