mirror of
https://github.com/safing/web
synced 2025-09-04 03:59: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">
|
<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