remove unnecessary title
blocks
This commit is contained in:
parent
230c46411b
commit
4e67efab84
4 changed files with 0 additions and 16 deletions
|
@ -1,7 +1,3 @@
|
||||||
{{ define "title" }}
|
|
||||||
{{- partialCached "head/title.html" ( slice ( .Page.Title | plainify ) .Site.Title ) .Site.Title .Page.Title -}}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ define "main-class" }}--section layouts-blog-section{{ end }}
|
{{ define "main-class" }}--section layouts-blog-section{{ end }}
|
||||||
|
|
||||||
{{ define "main-type" }}{{ .Params.mainType }}{{ end }}
|
{{ define "main-type" }}{{ .Params.mainType }}{{ end }}
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
{{ define "title" }}
|
|
||||||
{{- partialCached "head/title.html" ( slice ( .Page.Title | plainify ) .Site.Title ) .Site.Title .Page.Title -}}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ define "main-class" }}
|
{{ define "main-class" }}
|
||||||
{{- if .IsDescendant ( .GetPage "/cv/organisations" ) -}}
|
{{- if .IsDescendant ( .GetPage "/cv/organisations" ) -}}
|
||||||
--single
|
--single
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
{{ define "title" }}
|
|
||||||
{{- partialCached "head/title.html" ( slice ( .Page.Title | plainify ) .Site.Title ) .Site.Title .Page.Title -}}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ define "main-class" }}
|
{{ define "main-class" }}
|
||||||
{{- if .IsDescendant ( .GetPage "/cv/organisations" ) -}}--single{{- else -}}--section{{- end }} layouts-cv-section
|
{{- if .IsDescendant ( .GetPage "/cv/organisations" ) -}}--single{{- else -}}--section{{- end }} layouts-cv-section
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
{{ define "title" }}
|
|
||||||
{{- partialCached "head/title.html" ( slice ( .Page.Title | plainify ) .Site.Title ) .Site.Title .Page.Title -}}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ define "main-class" }}--section layouts-portfolio-section{{ end }}
|
{{ define "main-class" }}--section layouts-portfolio-section{{ end }}
|
||||||
|
|
||||||
{{ define "footer-scripts" }}
|
{{ define "footer-scripts" }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue