Nouveau thème pour 2026
This commit is contained in:
10
themes/2026/layouts/page.html
Normal file
10
themes/2026/layouts/page.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "article-header.html" . }}
|
||||
<main>
|
||||
<article>
|
||||
{{ .Content }}
|
||||
{{ partial "article-footer.html" . }}
|
||||
</article>
|
||||
{{ partial "asides/toc.html" . }}
|
||||
</main>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user