diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 6d312b6..7f09c90 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -13,7 +13,7 @@
{{- partial "favicons.html" }}
{{.Title}}
{{ range .AlternativeOutputFormats -}}
- {{ printf `` .Rel .MediaType.Type .MediaType.Suffix .Permalink $.Site.Title | safeHTML }}
+ {{ printf `` .Rel .MediaType.Type .Permalink $.Title | safeHTML }}
{{ end -}}
{{ $style := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "css/style.css" . | toCSS | minify | fingerprint -}}