Migliorie grafiche al sito. Aggiunti contenuti.
This commit is contained in:
parent
0dead98294
commit
6788b5ea00
17 changed files with 314 additions and 224 deletions
15
themes/pelican-blue/templates/social.html
Normal file
15
themes/pelican-blue/templates/social.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<div class="social">
|
||||
{% if SOCIAL %}
|
||||
{% for name, link in SOCIAL %}
|
||||
<a href="{{ link }}" target="_blank"><i class="{{ name }}"></i></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 %}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue