Skip to content

Commit

Permalink
re-enable feed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowdre committed Jan 1, 2025
1 parent 98f7401 commit dd549fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/list.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{- $pages = $pages | first $limit -}}
{{- end -}}
{{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
<!-- {{ printf "<?xml-stylesheet type=\"text/xsl\" href=\"/xml/feed.xsl\" media=\"all\"?>" | safeHTML }} -->
{{ printf "<?xml-stylesheet type=\"text/xsl\" href=\"/xml/feed.xsl\" media=\"all\"?>" | safeHTML }}
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
<link href="{{ .Permalink }}" rel="alternate" {{- with .Site.LanguageCode }} hreflang="{{ . }}"{{ end -}}/>
Expand Down

0 comments on commit dd549fe

Please sign in to comment.