mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Jesse
28.49.2019 287b3ff5e9ee1b50d573fbc75657f6526ddaeb88
Fixes #212. (#213)

1 files modified
6 ■■■■■ changed files
layouts/_default/baseof.html 6 ●●●●● patch | view | raw | blame | history
layouts/_default/baseof.html
@@ -28,8 +28,10 @@
    {{ end }}
    {{ if .OutputFormats.Get "RSS" }}
      <link href="{{ .OutputFormats.Get "RSS" }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
      <link href="{{ .OutputFormats.Get "RSS" }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
    {{ with .OutputFormats.Get "RSS" }}
      <link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}" />
      <link href="{{ .RelPermalink }}" rel="feed" type="application/rss+xml" title="{{ $.Site.Title }}" />
      {{ end }}
    {{ end }}
    {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}}