From e36f5799b396ecf7a665b330da8cac5b0b6e2891 Mon Sep 17 00:00:00 2001 From: z0li Date: Sat, 27 Apr 2019 17:11:18 +0200 Subject: Removed deprecated .Hugo and .RSSLink --- layouts/partials/head.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ab68c44..30ff316 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,7 @@ - {{ .Hugo.Generator }} + {{ hugo.Generator }} @@ -25,8 +25,10 @@ - - + + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }} + {{ end -}} {{ partial "hook_head_end.html" . }} -- cgit 1.4.1