Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 35a42b3

Browse files
committed
1 parent 1d84282 commit 35a42b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

layouts/_default/baseof.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131

3232
<link rel="icon" href="/assets/img/aosc.png">
3333
<link rel="icon" sizes="any" type="image/svg+xml" href="{{ $logo_svg.Permalink }}" />
34+
{{ range .AlternativeOutputFormats -}}
35+
{{ printf `
36+
<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
37+
{{ end -}}
3438
{{ if eq .Site.Language.Lang "lzh" }}
3539
<script>
3640
(function (d) {

0 commit comments

Comments
 (0)