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/home/list.html | |
| parent | 49e70b2b275c46b4c581657e035dbbbbffd4afea (diff) | |
Add OpenGraph
Diffstat (limited to 'layouts/home/list.html')
| -rw-r--r-- | layouts/home/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/home/list.html b/layouts/home/list.html index 95f13a6..af3dbeb 100644 --- a/layouts/home/list.html +++ b/layouts/home/list.html @@ -10,7 +10,7 @@ <ul> {{ range .Pages }} - <li>{{ .PublishDate.Format "02/01" }} <a href="{{ .Permalink }}">{{ .Title }}</a></li> + <li>{{ .PublishDate.Format "02/01" }} <a href="{{ .RelPermalink }}">{{ .Title }}</a></li> {{ end }} </ul> {{ end }} |
