Skip to content

Commit f7462c6

Browse files
committed
improve: Remove characters in footer ul
1 parent 8dc0fd4 commit f7462c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/partials/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{{- end -}}
3434

3535
{{- if site.Params.CopyrightUserUrl -}}
36-
<span>&nbsp;~~&nbsp;</span>
36+
<span>&nbsp;</span>
3737
{{- /* site copyright url */ -}}
3838
<a href="{{ site.Params.CopyrightUserUrl }}">
3939
{{- if site.Params.CopyrightUserText -}}
@@ -49,15 +49,15 @@
4949
<nav class="navbar">
5050
<ul class="navbar__list">
5151
<li><a href="/posts/index.xml">RSS</a></li>
52-
<li><span>&nbsp;~~&nbsp;</span><a href="/sitemap.xml">Sitemap</a></li>
52+
<li><a href="/sitemap.xml">Sitemap</a></li>
5353
{{- $gitRepoUrl := "" -}}
5454
{{- if (isset site.Params "git_info") -}}
5555
{{- $git_host := site.Params.git_info.host -}}
5656
{{- $git_user := site.Params.git_info.user -}}
5757
{{- $git_repo := site.Params.git_info.repo -}}
5858
{{ $gitRepoUrl = printf "https://%s.com/%s/%s" $git_host $git_user $git_repo }}
5959
{{- end -}}
60-
<li><span>&nbsp;~~&nbsp;</span><a href="{{ $gitRepoUrl }}">Source</a></li>
60+
<li><a href="{{ $gitRepoUrl }}">Source</a></li>
6161
</ul>
6262
</nav>
6363
</div>

0 commit comments

Comments
 (0)