mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
basic rss support
This commit is contained in:
parent
efd7e272f8
commit
df5d39e255
1 changed files with 1 additions and 0 deletions
|
@ -5,5 +5,6 @@
|
|||
{{ $css := resources.Get "scss/main.scss" }}
|
||||
{{ $css = $css | toCSS }}
|
||||
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://example.com/index.xml" title="{{.Title}}@{{.Site.Title}}">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue