Skip to content

Commit

Permalink
fixed li element
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjornbp committed Aug 6, 2024
1 parent de3b14b commit ca3fdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<body>
<h1 style="text-align: center;">{{ partial "clown.html" . }}</h1>
<nav>
<p style="text-align: center"><strong>Torbjørn Bakken Pedersen's page</strong></p>
<ul class="menu">
<p><strong>Torbjørn Bakken Pedersen's page</strong></p>
{{ range .Site.Menus.main }}
<li><a href="{{ .URL | relURL }}">{{ .Name }}</a></li>
{{ end }}
Expand Down

0 comments on commit ca3fdfb

Please sign in to comment.