mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 18:21:15 +00:00
Added RSS support
Signed-off-by: Brandon Rozek <rozekbrandon@gmail.com>
This commit is contained in:
parent
b490470a71
commit
8ecbe90cd4
2 changed files with 38 additions and 0 deletions
|
@ -6,4 +6,8 @@
|
|||
</div>
|
||||
<!-- author -->
|
||||
<h2><a class="author" href="{{ .Site.BaseURL }}">{{ .Site.Params.Author }}</a></h2>
|
||||
<!-- Alternative Formats -->
|
||||
{{ range .AlternativeOutputFormats -}}
|
||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
||||
{{ end -}}
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue