Add RSS feeds

pull/2/head
James Panther 2021-08-14 13:54:17 +10:00
parent 1b1615476d
commit 074b1ff11d
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Congo is designed to be a fast, lightweight theme for Hugo. It's based upon Tail
- Heading anchors
- HTML and Emoji support in articles
- SEO friendly
- RSS feeds
- Fathom Analytics and Google Analytics support
- Favicons support
- Comments support

View File

@ -23,6 +23,9 @@
<meta name="keywords" content="{{ . }}" />
{{- end }}
<link rel="canonical" href="{{ .Permalink }}" />
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
{{/* Styles */}}
<link type="text/css" rel="stylesheet" href="{{ "css/main.css" | absURL }}" />
{{ if (fileExists "static/css/custom.css") -}}