]> git.dujemihanovic.xyz Git - hugo-skeleton.git/commitdiff
Use absolute link in feed
authorDuje Mihanović <duje.mihanovic@skole.hr>
Mon, 26 Aug 2024 10:06:07 +0000 (12:06 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Mon, 26 Aug 2024 10:06:07 +0000 (12:06 +0200)
layouts/rss.xml

index 0c388a7ad930e5159c91c81eec649908d13bba0a..baf68a7e7ba628bf4cecfc8a64c9eedd0278fedb 100644 (file)
@@ -24,7 +24,7 @@
        {{ range first .Site.Config.Services.RSS.Limit .Pages }}
        <entry>
                <id>{{ .Permalink }}</id>
-               <link rel="alternate" href="{{ .RelPermalink }}"/>
+               <link rel="alternate" href="{{ .Permalink }}"/>
                <title>{{ .Title }}</title>
                <updated>{{ .Lastmod.Format "2006-01-02T15:04:05Z" }}</updated>
                <published>{{ .PublishDate.Format "2006-01-02T15:04:05Z" }}</published>