add header tag

This commit is contained in:
yggverse 2026-01-08 00:25:32 +02:00
parent af3a6d0cd6
commit 54b3ad7d89

View file

@ -9,7 +9,7 @@
</head>
<body>
<header>
<a href="/">{{ meta.title }}</a>
<h1><a href="/">{{ meta.title }}</a></h1>
<form action="/" method="GET">
<input type="text" name="search" value="{% if search %}{{ search }}{% endif %}" placeholder="Keyword..." />
<input type="submit" value="Search" />