Remove layouts from themes/platters

This commit is contained in:
Eryn Wells 2024-10-07 21:38:50 -07:00
parent 6398a4d0df
commit de8101efed
11 changed files with 0 additions and 145 deletions

View file

@ -1,5 +0,0 @@
<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" . }}