mirror of https://github.com/jpanther/congo.git
✨ Add RSS feeds
parent
1b1615476d
commit
074b1ff11d
|
@ -18,6 +18,7 @@ Congo is designed to be a fast, lightweight theme for Hugo. It's based upon Tail
|
||||||
- Heading anchors
|
- Heading anchors
|
||||||
- HTML and Emoji support in articles
|
- HTML and Emoji support in articles
|
||||||
- SEO friendly
|
- SEO friendly
|
||||||
|
- RSS feeds
|
||||||
- Fathom Analytics and Google Analytics support
|
- Fathom Analytics and Google Analytics support
|
||||||
- Favicons support
|
- Favicons support
|
||||||
- Comments support
|
- Comments support
|
||||||
|
|
|
@ -23,6 +23,9 @@
|
||||||
<meta name="keywords" content="{{ . }}" />
|
<meta name="keywords" content="{{ . }}" />
|
||||||
{{- end }}
|
{{- end }}
|
||||||
<link rel="canonical" href="{{ .Permalink }}" />
|
<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 */}}
|
{{/* Styles */}}
|
||||||
<link type="text/css" rel="stylesheet" href="{{ "css/main.css" | absURL }}" />
|
<link type="text/css" rel="stylesheet" href="{{ "css/main.css" | absURL }}" />
|
||||||
{{ if (fileExists "static/css/custom.css") -}}
|
{{ if (fileExists "static/css/custom.css") -}}
|
||||||
|
|
Loading…
Reference in New Issue