aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorAriel Costas <94913521+arielcostas@users.noreply.github.com>2023-12-03 20:40:20 +0100
committerAriel Costas <94913521+arielcostas@users.noreply.github.com>2023-12-03 20:40:20 +0100
commit809f8858a6dc00d65e97c4b40fc3227bb346914e (patch)
tree14b416fd0e3c9001f9db8298895858ad263ee9ba /layouts/partials/header.html
parent49e70b2b275c46b4c581657e035dbbbbffd4afea (diff)
Add OpenGraph
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 55002b1..9e51d9b 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -7,7 +7,7 @@
<nav>
{{ range .Site.Home.Pages }}
- <a href="{{ .Permalink }}">{{ .Title }}</a>
+ <a href="{{ .RelPermalink }}">{{ .Title }}</a>
{{ end }}
</nav>
</header> \ No newline at end of file