diff --git a/layouts/partials/paige/links.html b/layouts/partials/paige/links.html
index 8cfe45fd..0ca901ca 100644
--- a/layouts/partials/paige/links.html
+++ b/layouts/partials/paige/links.html
@@ -40,8 +40,7 @@
{{ end }}
{{ if .AlternativeOutputFormats }}
- {{ $title := partial "paige/title.html" $page }}
{{ range .AlternativeOutputFormats }}
-
+ {{ printf `` (.Permalink | safeURL) .Rel .MediaType | safeHTML }}
{{ end }}
{{ end }}