feat: SEO...

This commit is contained in:
2022-11-27 00:22:19 +01:00
parent 68bca7c7ee
commit c9f243c3c8
9 changed files with 58 additions and 33 deletions

View File

@ -1,5 +1,5 @@
<div class="grid actualites -middle">
{{ if .IsHome }}
{{ if .Page.IsHome }}
{{ $pages := first 4 (where .Site.RegularPages "Type" "actualites") }}
{{ range $pages }}
{{ partial "actualite" . }}