1
0
This commit is contained in:
2024-04-05 20:21:23 +09:00
parent d43a3c9966
commit ec4e4f6d32
2280 changed files with 77 additions and 408023 deletions

View File

@@ -21,19 +21,22 @@
<link rel="icon" href="/icon/ai.png" />
<link rel="shortcut icon" href="/icon/ai.png" />
<link rel="apple-touch-icon" href="/icon/apple-touch-icon.png" />
<link rel="stylesheet" href="/bower_components/icomoon/css/icomoon.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/svg.css" />
<link rel="stylesheet" href="/bower_components/font-awesome/css/all.min.css" />
<link rel="stylesheet" href="/node_modules/icomoon/css/icomoon.css" />
<link rel="stylesheet" href="/node_modules/font-awesome/css/all.min.css" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"@context": "http://schema.org",
"@type": "WebSite",
"name": "{{ .Title }}",
"url": "{{ .Site.BaseURL }}"
}
</script>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
<script src="/node_modules/hotkeys-js/dist/hotkeys.min.js"></script>
<script src="/node_modules/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 }}
{{ end -}}
</head>