feat: add inject support

Co-authored-by: st1020 <me@st1020.com>
This commit is contained in:
Damien LaRocque 2024-10-05 11:12:49 -04:00 committed by GitHub
parent fe3b3a6e14
commit a6cf030459
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 48 additions and 10 deletions

View file

@ -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>