fix link in header

This commit is contained in:
Michal Vanko 2024-09-13 11:32:06 +02:00
parent cb61962812
commit 380b7c1b2f
2 changed files with 1 additions and 2 deletions

View File

@ -50,6 +50,5 @@ async fn main() {
// TODO responsive design
// - contact
// TODO Fix header menu link on blog
// TODO Colors
// TODO go live pipeline

View File

@ -11,7 +11,7 @@
{% when None %}
{% endmatch %}
<aside class="flex logo-section flex-grow justify-end content-end">
<a class="logo p-3 text-base" href=".">
<a class="logo p-3 text-base" href="/">
@michalvankodev
</a>
</aside>