diff options
author | Matthew Wozniak <me@woz.blue> | 2024-06-25 15:08:10 -0400 |
---|---|---|
committer | Matthew Wozniak <me@woz.blue> | 2024-06-25 15:08:10 -0400 |
commit | be291e00c2aeeb725f662562db11063e2fe25833 (patch) | |
tree | e06a1df810f98d8bc012f2bd7693a5d83f57dd18 /template | |
parent | 263c420046b5ab31e32dd0cdd935ea91dc0b3171 (diff) | |
download | site-be291e00c2aeeb725f662562db11063e2fe25833.tar.gz site-be291e00c2aeeb725f662562db11063e2fe25833.zip |
dos2unix
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> |