Skip to content

Commit abe00a6

Browse files
committed
Update footer.html
1 parent 861b63f commit abe00a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/partials/footer.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666
</span>
6767
</a>
6868
</li>
69-
|
69+
<!--|
7070
<li>
7171
<a href="{{ "" | absLangURL }}sitemaps" title="HTML SiteMaps">
7272
7373
<span class="mx-2">
7474
<i class="bi bi-rss">HTML SiteMaps</i>
7575
</span>
7676
</a>
77-
</li>
77+
</li-->
7878

7979

8080
</ul>
@@ -101,7 +101,7 @@
101101

102102
{{ if .Site.Title }}
103103
&nbsp;&bull;&nbsp;
104-
<a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a>
104+
<a href="{{ "" | absLangURL }}">{{ $.Site.Params.tagline }}</a>
105105
{{ end }}
106106
</p>
107107
<!-- Please don't remove this, keep my open source work credited. -->

0 commit comments

Comments
 (0)