add home link to title (hardcoded until I fix go templates in neovim)

This commit is contained in:
andrzej 2024-11-15 09:37:18 +01:00
parent 65ecffc583
commit b918c3120b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
</head> </head>
<body> <body>
<header> <header>
<h1>CODING WITH ANDRZEJ</h1> <a href="http://localhost:1313"><h1>CODING WITH ANDRZEJ</h1></a>
<nav> <nav>
<ul> <ul>