Add empty settings-tabs to htmx layout
This is required if requesting an admin page via HTMx; i do not think it is done as of now, except for the media picker, that has no layout because i do not want to update the title.
This commit is contained in:
parent
e1d0bbb3ee
commit
7e748bcaa5
|
@ -4,3 +4,4 @@
|
|||
-->
|
||||
<title>{{ template "title" . }} — Camper</title>
|
||||
{{ template "content" . }}
|
||||
{{ define "settings-tabs" }}{{ end }}
|
||||
|
|
Loading…
Reference in New Issue