Compare commits
2 commits
80ebce6c92
...
847fd89aeb
Author | SHA1 | Date | |
---|---|---|---|
847fd89aeb | |||
8497172bc1 |
4 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Creation du présent site"
|
||||
title: "Création du présent site"
|
||||
date: 2025-03-22T18:40:11+01:00
|
||||
lastmod: 2025-03-22T18:40:11+01:00
|
||||
publishdate: 2025-03-22T18:40:11+01:00
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
<h1>{{ .Title }}</h1>
|
||||
{{- .Content -}}
|
||||
{{- partial "edit-meta.html" . -}}
|
||||
{{- partial "pagination.html" . -}}
|
||||
{{- end -}}
|
6
layouts/_default/single.html
Normal file
6
layouts/_default/single.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{- define "main" -}}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{- partial "table-of-contents.html" . -}}
|
||||
{{- .Content -}}
|
||||
{{- partial "edit-meta.html" . -}}
|
||||
{{- end -}}
|
|
@ -1 +1 @@
|
|||
Subproject commit 595a9485fa85822873e6c9ac738edfd6ba30413d
|
||||
Subproject commit d4d62577b9df9014d79d44bff2c9a4fa89088dc4
|
Loading…
Add table
Add a link
Reference in a new issue