alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

commit ae8f39a18031424b340dae9c2587a148570fa74e (patch)
parent 5a9e4f30f6002622e36b369c2d57448f7c4410b4
Author: Alex Karle <alex@alexkarle.com>
Date:   Mon,  4 Nov 2024 03:18:34 +0100

Fix nav bar on jam-tuesday page

Diffstat:
Mbin/jam-index.sh | 7+++----
Mwww/jam-tuesday/index.html | 7+++----
2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/bin/jam-index.sh b/bin/jam-index.sh @@ -28,13 +28,12 @@ table.jam-artists { border: 1px solid black; } </style> -<title>Jam Tuesday Archive | alexkarle.com</title> +<title>Jam Tuesday Archive</title> </head> <body> <nav> -<a href="/">Home</a> | -<a href="/blog">Blog</a> | -<a href="/license.html">License</a> +/ +<a href="/">home</a> </nav> <h1>Jam Tuesday Archive</h1> <h2>About</h2> diff --git a/www/jam-tuesday/index.html b/www/jam-tuesday/index.html @@ -48,9 +48,8 @@ table.jam-artists { </head> <body> <nav> -<a href="/">Home</a> | -<a href="/blog">Blog</a> | -<a href="/license.html">License</a> +/ +<a href="/">home</a> </nav> <h1>Jam Tuesday Archive</h1> <h2>About</h2> @@ -299,6 +298,6 @@ Updated weekly: <tr><td></td><td>If You're Wondering If I Want You To</td><td>1</td></tr> <tr><td></td><td>The World Has Turned and Left Me Here</td><td>1</td></tr> </table> -<p>Last Updated: Sun Jul 23 22:36:39 EDT 2023</p> +<p>Last Updated: Mon Nov 4 03:18:23 CET 2024</p> </body> </html>