1
0
Fork 0

Aggiornamento semi-automatico 2024-01-25T12:10:08CET

This commit is contained in:
ZinRicky 2024-01-25 12:10:08 +01:00
parent 75c6f48a79
commit 81c6b9634b
Signed by: zinricky
GPG Key ID: 91361F2452ADD000
1 changed files with 3 additions and 5 deletions

View File

@ -7,15 +7,13 @@
{%- if now(timestamp=true) - data < 31536000 -%}
<article class="entrata">
<h3><a href="{{ page.permalink | safe }}">{{ page.title }}</a> <span style="font-size: smaller">(<time datetime="{{ page.date }}">{{ page.date | date(format="%Y-%m-%d", timezone="Europe/Rome")}}</time>)</span></h3>
<div class="sommario"><p>
{%- if page.summary %}
<div class="sommario"><p>{%- if page.summary -%}
{{ page.summary | markdown(inline=true) | safe }}
{%- elif page.description %}
{{ page.description | safe }}
{%- elif page.content %}
{%- elif page.content -%}
{{ page.content | striptags | truncate(length=150) | safe }}
{%- endif %}
</p></div>
{%- endif -%}</p></div>
</article>
{%- endif -%}
{% endfor -%}