Nouveau thème pour 2026
This commit is contained in:
8
themes/2026/layouts/_partials/page-meta.html
Normal file
8
themes/2026/layouts/_partials/page-meta.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<p>
|
||||
{{ with .Date }}
|
||||
<time datetime="{{ . }}">{{ . | time.Format "02/01/2006" }}</time>
|
||||
{{ end }}
|
||||
{{ if ge .ReadingTime 5 }}
|
||||
<span>{{ .ReadingTime }} min de lecture</span>
|
||||
{{ end }}
|
||||
</p>
|
||||
Reference in New Issue
Block a user