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 33
33
{{- end -}}
34
34
35
35
{{- if site.Params.CopyrightUserUrl -}}
36
- < span > ~~ </ span >
36
+ < span > </ span >
37
37
{{- /* site copyright url */ -}}
38
38
< a href ="{{ site.Params.CopyrightUserUrl }} ">
39
39
{{- if site.Params.CopyrightUserText -}}
49
49
< nav class ="navbar ">
50
50
< ul class ="navbar__list ">
51
51
< 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 >
53
53
{{- $gitRepoUrl := "" -}}
54
54
{{- if (isset site.Params "git_info") -}}
55
55
{{- $git_host := site.Params.git_info.host -}}
56
56
{{- $git_user := site.Params.git_info.user -}}
57
57
{{- $git_repo := site.Params.git_info.repo -}}
58
58
{{ $gitRepoUrl = printf "https://%s.com/%s/%s" $git_host $git_user $git_repo }}
59
59
{{- end -}}
60
- < li > < span > ~~ </ span > < a href ="{{ $gitRepoUrl }} "> Source</ a > </ li >
60
+ < li > < a href ="{{ $gitRepoUrl }} "> Source</ a > </ li >
61
61
</ ul >
62
62
</ nav >
63
63
</ div >
You can’t perform that action at this time.
0 commit comments