feat: Ajout de la boutique
This commit is contained in:
7
layouts/_default/single.html
Normal file
7
layouts/_default/single.html
Normal file
@ -0,0 +1,7 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "intro" . }}
|
||||
{{ $page := . }}
|
||||
{{ range .Params.composants }}
|
||||
{{ partial . $page }}
|
||||
{{ end }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user