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:
jordi fita mas 2023-09-21 01:58:29 +02:00
parent e1d0bbb3ee
commit 7e748bcaa5
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@
-->
<title>{{ template "title" . }} — Camper</title>
{{ template "content" . }}
{{ define "settings-tabs" }}{{ end }}