1
0
This commit is contained in:
2024-04-07 07:30:45 +09:00
parent 2043838f6c
commit ba727ed6af
2 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{{ if or (eq $t "blog") }}
<li class="top">
<a href="{{.Permalink}}">blog</a>
<a href="{{.Permalink}}">blog</a> <a class="li-link-left" href="{{ .Site.BaseURL }}/blog/index.xml"><i class="fa-solid fa-rss"></i></a>
</li>
{{ range $index,$value := (where $.Site.RegularPages.ByDate.Reverse "Section" "blog") }}