diff --git a/.circleci/config.yml b/.circleci/config.yml index 23a10d4..e61a196 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ _defaults: &defaults docker: # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ - - image: cibuilds/hugo:0.80 + - image: cibuilds/hugo:0.97 working_directory: ~/repo jobs: build_page: @@ -25,4 +25,4 @@ workflows: version: 2 default: jobs: - - build_page \ No newline at end of file + - build_page diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 710bb37..856d169 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,7 +2,7 @@ - {{ .Hugo.Generator }} + {{ hugo.Generator }} @@ -25,8 +25,9 @@ {{ if .IsHome }} {{ partial "site-verification" . }} {{ end }} {{ template "_internal/google_analytics_async.html" . }} - {{ if .RSSLink }} - {{ end }} + {{ with .OutputFormats.Get "RSS" }} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end }} {{ if (isset .Params "prev") }} {{ end }} {{ if (isset .Params "next") }}