1
0
This commit is contained in:
2024-10-15 14:57:45 +09:00
parent 3d3e976adb
commit 9d9f50f0e0
3 changed files with 28 additions and 2 deletions

View File

@ -31,7 +31,6 @@
"url": "{{ .Site.BaseURL }}"
}
</script>
<script src="/js/index.js"></script>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}