Téléverser les fichiers vers "Theme-Bento/layouts/partials"

This commit is contained in:
2025-03-09 15:07:50 +00:00
parent 759388c3db
commit f955919892
5 changed files with 111 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}