Compare commits

...

2 Commits

Author SHA1 Message Date
basebuilder 6bef2696fb add <link> tag exposing RSS feed
continuous-integration/drone/push Build is passing Details
2024-02-18 12:50:28 +01:00
basebuilder d066d9143f remove hugo go.mod file 2024-02-18 12:49:20 +01:00
2 changed files with 4 additions and 3 deletions

3
go.mod
View File

@ -1,3 +0,0 @@
module git.coopcloud.tech/coop-cloud/coopcloud.tech
go 1.21.6

View File

@ -9,6 +9,10 @@
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
<link href='{{ $style.RelPermalink }}' rel="stylesheet">
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
{{ end }}
<meta name="go-import" content="coopcloud.tech/tagcmp git https://git.coopcloud.tech/coop-cloud/tagcmp">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ $title }}</title>