use common *.baseof.html
templates
This commit is contained in:
parent
4e67efab84
commit
af68a0e22d
19 changed files with 486 additions and 408 deletions
|
@ -9,16 +9,16 @@
|
|||
itemtype="https://schema.org/Blog"
|
||||
>
|
||||
<head>
|
||||
|
||||
|
||||
<!-- Meta -->
|
||||
{{- partialCached "head/meta.html" . -}}
|
||||
<meta
|
||||
name="description"
|
||||
content="{{- block "head-description" . -}}{{- $.Site.Params.description | html -}}{{- end -}}"
|
||||
content="{{- block "head-description" . -}}{{- $.Site.Params.description | plainify -}}{{- end -}}"
|
||||
/>
|
||||
|
||||
{{- block "title" . -}}
|
||||
{{- partialCached "head/title.html" ( slice .Site.Title .Site.Params.tagline ) .Site.Title .Site.Params.tagline -}}
|
||||
{{- partialCached "head/title.html" ( slice ( .Page.Title | plainify ) .Site.Title ) .Site.Title .Page.Title -}}
|
||||
{{- end -}}
|
||||
|
||||
<!-- References -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue