mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
parent
8a51815a88
commit
6b3497b1fb
1 changed files with 4 additions and 9 deletions
|
@ -10,14 +10,9 @@ layout: page
|
||||||
<div class="max-w-screen-xl mx-auto px-2 sm:px-6 lg:px-8">
|
<div class="max-w-screen-xl mx-auto px-2 sm:px-6 lg:px-8">
|
||||||
<content>
|
<content>
|
||||||
{% unless page.heading == null %}
|
{% unless page.heading == null %}
|
||||||
<div class="flex">
|
|
||||||
<h1 class="text-5xl tracking-tight font-extrabold leading-none">
|
<h1 class="text-5xl tracking-tight font-extrabold leading-none">
|
||||||
{{ page.heading }}
|
{{ page.heading }}
|
||||||
</h1>
|
</h1>
|
||||||
<span class="text-md opacity-55 tracking-normal ml-5 self-center" style="height: fit-content;">
|
|
||||||
{{ page.date }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue