Update admin/default templates

This commit is contained in:
2024-01-19 21:24:55 -05:00
parent 9da9a94947
commit da5918b154
36 changed files with 914 additions and 1092 deletions

View File

@@ -1,4 +1,2 @@
<h2 class="py-3">{{ page.title }}</h2>
<article class="container">
{{ page.text }}
</article>
<h2 class=py-3>{{ page.title }}</h2>
<article class="container">{{ page.text }}</article>