mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
RSS Style Changes
This commit is contained in:
parent
c6e682c8b9
commit
3a7aeed035
3 changed files with 3 additions and 41 deletions
|
@ -10,7 +10,8 @@
|
|||
{{- printf "<?xml-stylesheet href=%q type=\"text/xsl\"?>" $style.Permalink | safeHTML }}
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>{{ .Title }}</title>
|
||||
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} | {{ end }}{{ .Site.Title }}{{ end }}</title>
|
||||
<!-- <title>{{ .Title }}</title> -->
|
||||
<link>{{ .Permalink }}</link>
|
||||
<image>{{ .Site.BaseURL }}/img/{{ .Site.Params.avatar }}</image>
|
||||
<description>{{ .Description }}</description>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue