File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 {{- end -}}
3434
3535 {{- if site.Params.CopyrightUserUrl -}}
36- < span > ~~ </ span >
36+ < span > </ span >
3737 {{- /* site copyright url */ -}}
3838 < a href ="{{ site.Params.CopyrightUserUrl }} ">
3939 {{- if site.Params.CopyrightUserText -}}
4949 < nav class ="navbar ">
5050 < ul class ="navbar__list ">
5151 < li > < a href ="/posts/index.xml "> RSS</ a > </ li >
52- < li > < span > ~~ </ 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 > ~~ </ span > < a href ="{{ $gitRepoUrl }} "> Source</ a > </ li >
60+ < li > < a href ="{{ $gitRepoUrl }} "> Source</ a > </ li >
6161 </ ul >
6262 </ nav >
6363</ div >
You can’t perform that action at this time.
0 commit comments