mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
refactor: modify file structure to improve customizability
This commit is contained in:
parent
9b2e5a305c
commit
67b58641e5
16 changed files with 156 additions and 157 deletions
|
|
@ -1,9 +1,7 @@
|
|||
{% extends "index.html" %}<!---->
|
||||
{% block main %}<!---->
|
||||
{% block main %}
|
||||
<!-- Section Title -->
|
||||
<h1 class="mb-16">{{ section.title }}</h1>
|
||||
|
||||
<!-- Pages -->
|
||||
{% include "partials/page_list.html" %}<!---->
|
||||
|
||||
{% endblock main %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue