Migliorie grafiche al sito. Aggiunti contenuti.
This commit is contained in:
parent
0dead98294
commit
6788b5ea00
17 changed files with 314 additions and 224 deletions
|
@ -20,6 +20,9 @@
|
|||
<!-- Style Meta Data -->
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/social.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/license.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/partners.css" type="text/css"/>
|
||||
|
||||
<!-- Feed Meta Data -->
|
||||
{% if FEED_ALL_ATOM %}
|
||||
|
@ -42,7 +45,7 @@
|
|||
<body>
|
||||
<!-- Sidebar -->
|
||||
<aside>
|
||||
<!--<center><a href="{{ SITEURL }}"><img id="avatar" src="{{ AVATAR }}"></a></center>-->
|
||||
<center id="avatar"><a href="{{ SITEURL }}"><img src="{{ AVATAR }}"></a></center>
|
||||
<h1>{{ SITENAME }}</h1>
|
||||
{% if SIDEBAR_DIGEST %}
|
||||
<p>{{ SIDEBAR_DIGEST }}</p>
|
||||
|
@ -87,23 +90,6 @@
|
|||
</ul>
|
||||
</nav>
|
||||
|
||||
<p class="social">
|
||||
{% if SOCIAL %}
|
||||
{% for name, link in SOCIAL %}
|
||||
<a href="{{ link }}" target="_blank"><img
|
||||
src="{{ SITEURL }}/theme/images/icons/{{ name|lower }}.png"></a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if FEED_ALL_ATOM %}
|
||||
<a href="{{ SITEURL }}/{{ FEED_ALL_ATOM }}" rel="alternate">
|
||||
<img src="{{ SITEURL }}/theme/images/icons/rss.png"></a>
|
||||
{% endif %}
|
||||
{% if FEED_ALL_RSS %}
|
||||
<a href="{{ SITEURL }}/{{ FEED_ALL_RSS }}" rel="alternate">
|
||||
<img src="{{ SITEURL }}/theme/images/icons/rss.png"></a>
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
{% if DISPLAY_CATEGORIES_ON_MENU and categories %}
|
||||
<h2>Categories</h2>
|
||||
<ul class="navbar">
|
||||
|
@ -123,10 +109,9 @@
|
|||
</ul>
|
||||
{% endif %}
|
||||
|
||||
<div id="license" style="text-align: center;">
|
||||
<p>I contenuti del sito sono tutti rilasciati con licenza <a href="https://creativecommons.org/licenses/by/3.0/it/" title="Creative Commons - Attiribuzione 3.0">CC BY 3.0</a></p>
|
||||
<p><a href="https://creativecommons.org/licenses/by/3.0/it/" title="Creative Commons - Attiribuzione 3.0"><img src="https://i0.wp.com/www.libreitalia.org/wp-content/uploads/2017/11/by.png?fit=249%2C87&ssl=1" alt="Creative Commons BY Logo" /></a></p>
|
||||
</div>
|
||||
{% include "partners.html" %}
|
||||
{% include "social.html" %}
|
||||
{% include "license.html" %}
|
||||
</aside>
|
||||
|
||||
<!-- Content -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue