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