small frointend annoyances

This commit is contained in:
Simon Martens
2026-01-15 23:48:31 +01:00
parent 19ceab314e
commit 3c11287eed
9 changed files with 181 additions and 26 deletions

View File

@@ -9,6 +9,15 @@
<h1 class="text-2xl w-full font-bold text-slate-900 mb-1">
Seiteneditor
</h1>
{{- if and $model.selected $model.selected.URL -}}
<div class="flex flex-row gap-x-3">
<div>
<a href="{{ $model.selected.URL }}" class="text-gray-700 hover:text-slate-950 block no-underline">
<i class="ri-eye-line"></i> Anschauen
</a>
</div>
</div>
{{- end -}}
</div>
<div class="flex flex-col justify-end gap-y-4 pr-4">

View File

@@ -1,2 +1,2 @@
<title>Seiteneditor</title>
<title>{{ .site.title }} &ndash; Seiteneditor</title>
<script src="/assets/vendor/tinymce/tinymce.min.js" defer></script>