1
0
This commit is contained in:
2024-04-27 17:42:31 +09:00
parent 81a43ce8e5
commit 8422a8802f
11 changed files with 368 additions and 361 deletions

View File

@ -1 +1,2 @@
<footer id="footer">© <a href="https://syui.ai">syui</a></footer>

View File

@ -1,16 +1,9 @@
<body>
<div class="containerx">
{{ $s := path.Dir (.Permalink | relURL) }}
{{ $t := index (split $s "/") 2 }}
{{ $o := index (split $s "/") 1 }}
<header id="header">
<!--
{{ partial "particles.html" . }}
-->
<div class="logo">
{{ partial "svg.html" . }}
{{ if eq $o "" }}

View File

@ -1,5 +1,4 @@
<link rel="stylesheet" href="/pkg/particles/particles.css" />
<div id="particles-js"></div>
<script src="/pkg/particles/particles.min.js"></script>
<script src="/pkg/particles/stats.min.js"></script>
<script src="/pkg/particles/config.js"></script>
<link rel="stylesheet" href="/pkg/particles/particles.css" />