mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Add date and time to header
This commit is contained in:
parent
992b43839f
commit
24d8f8eab8
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
<p>{{ page.header.subtitle }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="meta">
|
||||
<time class="published" itemprop="datePublished" datetime="{{page.date|dateTranslate(grav.config.system.pages.dateformat.long)}}">{{ page.date|dateTranslate(grav.config.system.pages.dateformat.long)}}</time>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="event-container">
|
||||
|
|
Loading…
Add table
Reference in a new issue