Theme Files Update
This commit is contained in:
parent
579ab59b6e
commit
6c8e923720
2 changed files with 2 additions and 4 deletions
|
@ -3,4 +3,4 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="{{"favicon-16x16.png" | relURL}}">
|
||||
<link rel="manifest" href="{{"site.webmanifest" | relURL}}">
|
||||
<link rel="mask-icon" href="{{"safari-pinned-tab.svg" | relURL}}" color="{{.Site.Params.themeColor}}">
|
||||
<link rel="shortcut icon" href="{{"favicon.ico" | relURL}}">
|
||||
<link rel="shortcut icon" href="{{"favicon.ico" | relURL}}">
|
|
@ -29,9 +29,8 @@
|
|||
{{- if .Site.Params.relatedPosts }}
|
||||
{{- partial "related-posts.html" . -}}
|
||||
{{- end }}
|
||||
<hr class="art-end">
|
||||
<footer class="post-info">{{- partial "posts_single_info.html" . -}}</footer>
|
||||
<hr class="post-end">
|
||||
<footer class="post-info">{{- partial "posts_single_info.html" . -}}</footer>
|
||||
</article>
|
||||
{{- else -}}
|
||||
<article class="thin">
|
||||
|
@ -47,7 +46,6 @@
|
|||
{{- if .Site.Params.relatedPosts }}
|
||||
{{- partial "related-posts.html" . -}}
|
||||
{{- end }}
|
||||
<hr class="art-end">
|
||||
</article>
|
||||
{{- end -}}
|
||||
{{- if .Params.toc }}
|
||||
|
|
Loading…
Reference in a new issue