Compare commits
No commits in common. "7976800fb1e2796553bd37be2b1194cb61f90e41" and "45c1c27ea0f170649cecfa270f4d535d40ec9d99" have entirely different histories.
7976800fb1
...
45c1c27ea0
2 changed files with 4 additions and 16 deletions
|
@ -60,14 +60,14 @@
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="mb-12 space-y-12 md:mb-14 md:space-y-14 lg:mb-16 lg:space-y-16">
|
<main class="mb-20 space-y-10 sm:mb-32 md:mb-40 md:space-y-14 lg:space-y-20">
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="pb-12 md:pb-14 lg:pb-16">
|
<footer class="pb-16">
|
||||||
<div class="mx-auto max-w-(--breakpoint-xl) divide-y divide-slate-400 px-safe-offset-4 md:px-safe-offset-6 dark:divide-slate-600">
|
<div class="mx-auto max-w-(--breakpoint-xl) divide-y divide-slate-400 px-safe-offset-4 md:px-safe-offset-6 dark:divide-slate-600">
|
||||||
<div class="flex flex-wrap gap-6 md:flex-nowrap md:gap-0"></div>
|
<div class="flex flex-wrap gap-6 md:flex-nowrap md:gap-0"></div>
|
||||||
<div class="mt-12 flex flex-wrap justify-between gap-4 sm:flex-nowrap md:mt-14 lg:mt-16">
|
<div class="mt-16 flex flex-wrap justify-between gap-4 pt-10 sm:flex-nowrap">
|
||||||
<div class="basis-full space-y-4">
|
<div class="basis-full space-y-4">
|
||||||
<p>© {% year %} Sebin Nyshkim</p>
|
<p>© {% year %} Sebin Nyshkim</p>
|
||||||
<p>Content licensed under
|
<p>Content licensed under
|
||||||
|
|
|
@ -31,19 +31,7 @@ layout: base.njk
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="mx-auto prose px-safe-offset-4 prose-slate md:prose-lg md:px-safe-offset-6 lg:prose-xl 2xl:prose-2xl dark:prose-invert prose-headings:font-normal prose-p:text-justify prose-figcaption:text-center prose-figcaption:text-balance prose-strong:font-bold prose-strong:text-inherit prose-li:marker:text-inherit! prose-th:font-bold prose-img:mx-auto prose-img:rounded-3xl prose-hr:my-12 prose-hr:border-slate-400 md:prose-hr:my-14 lg:prose-hr:my-16 dark:prose-hr:border-slate-600">
|
<section class="mx-auto prose px-safe-offset-4 prose-slate md:prose-lg md:px-safe-offset-6 lg:prose-xl 2xl:prose-2xl dark:prose-invert prose-headings:font-normal prose-p:text-justify prose-figcaption:text-center prose-figcaption:text-balance prose-strong:font-bold prose-strong:text-inherit prose-li:marker:text-inherit! prose-th:font-bold prose-img:mx-auto prose-img:rounded-3xl">
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<p class="text-center! text-balance">If you enjoy my writing and would like to show your appreciation, I set up a Ko-fi where you can donate a couple bucks to say "thanks!"</p>
|
|
||||||
|
|
||||||
<a href='https://ko-fi.com/I2I333GJJ' target='_blank'>
|
|
||||||
<img
|
|
||||||
src='https://storage.ko-fi.com/cdn/kofi5.png?v=6'
|
|
||||||
alt='Buy Me a Coffee at ko-fi.com'
|
|
||||||
class="h-12 w-auto rounded-none!"
|
|
||||||
/>
|
|
||||||
</a>
|
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue