1
0
This commit is contained in:
syui 2024-04-26 18:29:05 +09:00
parent 7d8fb212cc
commit 683b0c7945
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -23,7 +23,6 @@
<link rel="apple-touch-icon" href="/icon/apple-touch-icon.png" /> <link rel="apple-touch-icon" href="/icon/apple-touch-icon.png" />
<link rel="stylesheet" href="/css/style.css" /> <link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/svg.css" /> <link rel="stylesheet" href="/css/svg.css" />
<link rel="stylesheet" href="/pkg/icomoon/icomoon.css" />
<link rel="stylesheet" href="/pkg/font-awesome/css/all.min.css" /> <link rel="stylesheet" href="/pkg/font-awesome/css/all.min.css" />
<script type="application/ld+json"> <script type="application/ld+json">
{ {
@ -39,4 +38,5 @@
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}} {{ end -}}
<link rel="stylesheet" href="https://syui.ai/bower_components/icomoon/style.css" />
</head> </head>