v1 du site #12
3 changed files with 4 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Accueil
|
||||
description: "Association des amis de la chapelle d'Aubevoye en Normandie"
|
||||
body_class: "landing-page"
|
||||
---
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "L'association des amis de la chapelle de bethléem"
|
||||
title: "Présentation de l'association"
|
||||
---
|
||||
|
||||
Formé en septembre 2022, suite aux efforts des propriétaires et des passionées de ce monument. Elle a pour but de contribuer à la sauvegarde et à la restauration de la Chapelle de Bethléem d'Aubevoye et de promouvoir ce monument ainsi que mieux le connaitre et l'animer.
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
{{- $siteTitle := .Site.Title -}}
|
||||
|
||||
{{- if .IsHome -}}
|
||||
<!-- Homepage, and it's pagination -->
|
||||
|
||||
<!-- Build paginator -->
|
||||
{{ $pages := where .Site.RegularPages "Section" "in" .Site.Params.mainSections }}
|
||||
{{ $notHidden := where .Site.RegularPages "Params.hidden" "!=" true }}
|
||||
|
@ -12,9 +10,7 @@
|
|||
|
||||
{{ if .Paginator.HasPrev }}
|
||||
<!-- Paginated. Append page number to title -->
|
||||
{{ $title = printf "%s - %s" .Paginator $siteTitle }}
|
||||
{{ else }}
|
||||
{{ $title = $siteTitle}}
|
||||
{{ $title = printf "%s" .Paginator }}
|
||||
{{ end }}
|
||||
{{- else if eq .Kind "term" -}}
|
||||
<!-- Taxonomy page -->
|
||||
|
@ -31,9 +27,8 @@
|
|||
{{ $title = $title | append " - " .Paginator }}
|
||||
{{ end }}
|
||||
|
||||
{{ $title = $title | append " - " $siteTitle }}
|
||||
{{ $title = delimit $title "" }}
|
||||
{{- end -}}
|
||||
|
||||
{{ $title = printf "%s - %s" $title $siteTitle }}
|
||||
{{ return $title }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue