1
0
This commit is contained in:
2024-04-08 02:50:00 +09:00
parent e5ed214234
commit 2fc8f72889
50 changed files with 849 additions and 4329 deletions

View File

@ -23,7 +23,7 @@
<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="/pkg/icomoon/css/icomoon.css" />
<link rel="stylesheet" href="/pkg/icomoon/icomoon.css" />
<link rel="stylesheet" href="/pkg/font-awesome/css/all.min.css" />
<script type="application/ld+json">
{
@ -33,11 +33,10 @@
"url": "{{ .Site.BaseURL }}"
}
</script>
<script src="/pkg/hotkeys-js/dist/hotkeys.min.js"></script>
<script src="/pkg/hotkeys-js/dist/terminal.js"></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 }}
{{ end -}}
</head>