- Move user management under web log settings - Move user self-update to my-info - Return meaningful error if a template does not exist - Tweak margins/paddings throughout - Do not show headings on list pages if lists are empty - Fix pagination styles for page/post list pages
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
<h2 class="my-3">{{ page_title }}</h2>
|
|
<article>
|
|
<a href="{{ "admin/category/new/edit" | relative_link }}" class="btn btn-primary btn-sm mb-3"
|
|
hx-target="#cat_new">
|
|
Add a New Category
|
|
</a>
|
|
{{ category_list }}
|
|
</article>
|