diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-07-22 09:30:49 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-07-22 09:30:49 +0000 |
| commit | b2cad1c95aa0da3ab9a307ed0432dd642ff8bc92 (patch) | |
| tree | 2420fb30a93bc87685db70079831d873b3163a45 | |
| parent | b66356913ba87b3b3f5d82dd65ab5009ee507082 (diff) | |
| download | doc-b2cad1c95aa0da3ab9a307ed0432dd642ff8bc92.tar.gz doc-b2cad1c95aa0da3ab9a307ed0432dd642ff8bc92.zip | |
Security RSS feed: Remove extra slash
PR: 272132
Submitted by: Mark McBride <mark@markmcb.com>
| -rw-r--r-- | website/themes/beastie/layouts/security/security.rss.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/themes/beastie/layouts/security/security.rss.xml b/website/themes/beastie/layouts/security/security.rss.xml index 8ca772180f..37dd78fadc 100644 --- a/website/themes/beastie/layouts/security/security.rss.xml +++ b/website/themes/beastie/layouts/security/security.rss.xml @@ -32,8 +32,8 @@ {{ if lt $advisoriesCounter 10 }} <item> <title>{{ .name }}</title> - <link>{{ absLangURL ($.Site.BaseURL) }}/security/advisories/{{ .name }}.asc</link> - <guid>{{ absLangURL ($.Site.BaseURL) }}/security/advisories/{{ .name }}.asc</guid> + <link>{{ absLangURL ($.Site.BaseURL) }}security/advisories/{{ .name }}.asc</link> + <guid>{{ absLangURL ($.Site.BaseURL) }}security/advisories/{{ .name }}.asc</guid> <pubDate>{{ dateFormat "02 Jan 06 15:04 UTC" .date }}</pubDate> </item> {{ $advisoriesCounter = add $advisoriesCounter 1 }} |
