mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
feat: add inject support
Co-authored-by: st1020 <me@st1020.com>
This commit is contained in:
parent
fe3b3a6e14
commit
a6cf030459
7 changed files with 48 additions and 10 deletions
|
|
@ -5,6 +5,9 @@
|
|||
<body class="text-black duration-200 ease-out dark:text-white">
|
||||
{% include "partials/header.html" %}
|
||||
|
||||
<!-- Body Start inject -->
|
||||
{% include "injects/body_start.html" ignore missing %}
|
||||
|
||||
<main
|
||||
class="prose prose-neutral relative mx-auto min-h-[calc(100%-9rem)] max-w-3xl break-words px-4 pb-16 pt-32 dark:prose-invert prose-pre:rounded-lg prose-img:rounded-lg"
|
||||
>
|
||||
|
|
@ -20,5 +23,8 @@
|
|||
</main>
|
||||
|
||||
{% include "partials/footer.html" %}
|
||||
|
||||
<!-- Body End inject -->
|
||||
{% include "injects/body_end.html" ignore missing %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue