init
This commit is contained in:
commit
c9def51b7e
38 changed files with 5755 additions and 0 deletions
templates/partials/blog
5
templates/partials/blog/date.html.twig
Normal file
5
templates/partials/blog/date.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
<span class="blog-date">
|
||||
<time class="dt-published" datetime="{{ page.date|date("c") }}">
|
||||
<i class="fa fa-calendar"></i> {{ page.date|date(system.pages.dateformat.short) }}
|
||||
</time>
|
||||
</span>
|
Loading…
Add table
Add a link
Reference in a new issue