add alternative output link

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
jamesk-patch-1
Toshaan Bharvani 2 years ago
parent cff6cea517
commit bbebf749b9

@ -48,6 +48,9 @@
<link rel="stylesheet" href="{{ $minicss.RelPermalink }}">
<link href="{{ "lib/font-awesome/css/all.min.css" | relURL }}" rel="stylesheet" defer>
<link href="{{ "css/googlefonts_montserrat.css" | relURL }}" rel="stylesheet" defer>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
</head>
<body>


Loading…
Cancel
Save