1
0
This commit is contained in:
2024-05-02 22:21:47 +09:00
parent d5368cdd3c
commit b2f1f05e48
7 changed files with 26 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{{ range .Data.Pages }}
{{ $t := index (split .Permalink "/") 3 }}
{{ if or (eq $t "blog") (eq $t "novel") }}
{{ if or (eq $t "blog") }}
<li class="top">
<a href="{{.Permalink}}">{{ $t }}</a> <a class="li-link-left" href="{{ .Site.BaseURL }}/{{ $t }}/index.xml"><i class="fa-solid fa-rss"></i></a>
</li>