layouts: Get custom layouts in sync with upstream./
This commit is contained in:
parent
e0e4ccd622
commit
4c10f9ca86
1 changed files with 3 additions and 4 deletions
|
|
@ -18,8 +18,7 @@
|
|||
<a href="{{ .Permalink }}"> {{ $name }} </a>
|
||||
{{ end -}}
|
||||
{{ end }}
|
||||
</span>
|
||||
{{- end }}
|
||||
</span> {{- end }}
|
||||
<i class="iconfont icon-timer"></i>
|
||||
{{.ReadingTime }} min
|
||||
</div>
|
||||
|
|
@ -61,9 +60,9 @@
|
|||
<span>{{ i18n "Words" }}:</span>
|
||||
<span>{{ .WordCount }}</span>
|
||||
</p>
|
||||
|
||||
|
||||
<p class="copyright-item">
|
||||
{{ if and ( $.Param "socialShare" ) (gt (len ($.Param "share")) 0) }}
|
||||
{{ if and ( $.Site.Params.socialShare ) (gt (len ($.Site.Params.share)) 0) }}
|
||||
<span>{{ i18n "Share" }}:</span>
|
||||
<span>{{ partial "share-links.html" . }}</span>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue