1
0
This commit is contained in:
syui 2024-04-26 18:34:35 +09:00
parent 683b0c7945
commit b8e8685040
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -38,5 +38,6 @@
{{ 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" /> <link rel="stylesheet" href="https://git.syui.ai/ai/moji/raw/branch/main/pkg/icomoon/style.css" />
<link rel="stylesheet" href="https://git.syui.ai/ai/moji/raw/branch/main/pkg/font-awesome/css/all.min.css" />
</head> </head>