diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-12-03 20:40:20 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-12-03 20:40:20 +0100 |
| commit | 809f8858a6dc00d65e97c4b40fc3227bb346914e (patch) | |
| tree | 14b416fd0e3c9001f9db8298895858ad263ee9ba /layouts/partials | |
| parent | 49e70b2b275c46b4c581657e035dbbbbffd4afea (diff) | |
Add OpenGraph
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/header.html | 2 |
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 |
