Skip to content

Commit

Permalink
further style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdellapenna committed Mar 15, 2024
1 parent 241f41d commit bc44964
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _includes/common-log-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2>Lectures Log - A.Y. {{ryear}}/{{ryear | plus: 1}}</h2>
{% for lezione in log %}
{% unless lezione.show == false %}
{% assign nl = nl | plus: 1 %}
<h3><a name="#L{{ nl }}"></a>Lecture {{ nl }}:{% if lezione.title[language] %} {{ lezione.title[language] }}
<h3 id="#L{{ nl }}">Lecture {{ nl }}:{% if lezione.title[language] %} {{ lezione.title[language] }}
{% elsif lezione.title['all'] %} {{ lezione.title['all'] }}{% endif %}</h3>
<p><small><em>{{ lezione.date | date: "%Y-%m-%d, %H:%M" }} ({{ lezione.duration }} hours)
{% if lezione.video %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/common-log-it.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2>Diario delle Lezioni - A.A. {{ryear}}/{{ryear | plus: 1}}</h2>
{% for lezione in log %}
{% unless lezione.show == false %}
{% assign nl = nl | plus: 1 %}
<h3><a name="#L{{ nl }}"></a>Lezione {{ nl }}:{% if lezione.title[language] %} {{ lezione.title[language] }}
<h3 id="#L{{ nl }}">Lezione {{ nl }}:{% if lezione.title[language] %} {{ lezione.title[language] }}
{% elsif lezione.title['all'] %} {{ lezione.title['all'] }}{% endif %}</h3>
<p><small><em>{{ lezione.date | date: "%d/%m/%Y, ore %H:%M" }} ({{ lezione.duration }} ore)
{% if lezione.video %}
Expand Down
6 changes: 2 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
<div class="wrapper container-fluid">
<div class="row">

<div class="sidebar col-sm-3 col-12">
<a name="top" id="top"></a>
<div id="top" class="sidebar col-sm-3 col-12">
<a id="tocontent" href="#content" class="d-sm-none"><i class="bi bi-chevron-double-down"></i>{% if language == 'it' %}Vai al contenuto{% else %}Skip to content{% endif %}</a>
<img src="https://www.disim.univaq.it/skins/aqua/img/logo2021-2.png" title="" alt="University of L'Aquila" >
<header class="sticky-md-top clearfix">
Expand Down Expand Up @@ -78,8 +77,7 @@ <h1 class="header"><a href="/{{language}}/info">{{ courseinfo.nome }}</a></h1>
</div>


<section class="py-sm-5 col overflow-hidden">
<a name="content" id="content"></a>
<section class="py-sm-5 col overflow-hidden" id="content">

{{ content }}

Expand Down

0 comments on commit bc44964

Please sign in to comment.