fix
This commit is contained in:
@ -1 +1,2 @@
|
||||
|
||||
<footer id="footer">© <a href="https://syui.ai">syui</a></footer>
|
||||
|
@ -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 "" }}
|
||||
|
@ -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" />
|
||||
|
Reference in New Issue
Block a user