diff --git a/_includes/common-log-en.html b/_includes/common-log-en.html index 839fe78..2a3c4e6 100644 --- a/_includes/common-log-en.html +++ b/_includes/common-log-en.html @@ -108,7 +108,7 @@

Lectures Log - A.Y. {{ryear}}/{{ryear | plus: 1}}

{% for lezione in log %} {% unless lezione.show == false %} {% assign nl = nl | plus: 1 %} -

Lecture {{ nl }}:{% if lezione.title[language] %} {{ lezione.title[language] }} +

Lecture {{ nl }}:{% if lezione.title[language] %} {{ lezione.title[language] }} {% elsif lezione.title['all'] %} {{ lezione.title['all'] }}{% endif %}

{{ lezione.date | date: "%Y-%m-%d, %H:%M" }} ({{ lezione.duration }} hours) {% if lezione.video %} diff --git a/_includes/common-log-it.html b/_includes/common-log-it.html index a05c5f1..1615a1a 100644 --- a/_includes/common-log-it.html +++ b/_includes/common-log-it.html @@ -110,7 +110,7 @@

Diario delle Lezioni - A.A. {{ryear}}/{{ryear | plus: 1}}

{% for lezione in log %} {% unless lezione.show == false %} {% assign nl = nl | plus: 1 %} -

Lezione {{ nl }}:{% if lezione.title[language] %} {{ lezione.title[language] }} +

Lezione {{ nl }}:{% if lezione.title[language] %} {{ lezione.title[language] }} {% elsif lezione.title['all'] %} {{ lezione.title['all'] }}{% endif %}

{{ lezione.date | date: "%d/%m/%Y, ore %H:%M" }} ({{ lezione.duration }} ore) {% if lezione.video %} diff --git a/_layouts/default.html b/_layouts/default.html index 0ba7fa3..041b920 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -25,8 +25,7 @@