diff --git a/layouts/index.html b/layouts/index.html index ddc409e..1b5abfc 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -71,4 +71,4 @@ {{- partial "scripts.html" . -}} - \ No newline at end of file + diff --git a/layouts/partials/header.html b/layouts/partials/header.html index fda40bc..0d1277e 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -19,4 +19,8 @@ {{- end -}} + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} +