1
0
This commit is contained in:
2024-04-05 20:39:29 +09:00
parent 63058aa85b
commit d759c6ffff
2147 changed files with 5 additions and 4 deletions

View File

@ -23,8 +23,8 @@
<link rel="apple-touch-icon" href="/icon/apple-touch-icon.png" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/svg.css" />
<link rel="stylesheet" href="/node_modules/icomoon/css/icomoon.css" />
<link rel="stylesheet" href="/node_modules/font-awesome/css/all.min.css" />
<link rel="stylesheet" href="/pkg/icomoon/css/icomoon.css" />
<link rel="stylesheet" href="/pkg/font-awesome/css/all.min.css" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
@ -33,8 +33,8 @@
"url": "{{ .Site.BaseURL }}"
}
</script>
<script src="/node_modules/hotkeys-js/dist/hotkeys.min.js"></script>
<script src="/node_modules/hotkeys-js/dist/terminal.js"></script>
<script src="/pkg/hotkeys-js/dist/hotkeys.min.js"></script>
<script src="/pkg/hotkeys-js/dist/terminal.js"></script>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}