_includes/header.html in jekyll-theme-pirati-7.5.0 vs _includes/header.html in jekyll-theme-pirati-7.6.0
- old
+ new
@@ -21,10 +21,17 @@
<a href="https://www.twitter.com/{{ site.twitter.profile }}" rel="noopener noreferrer" target="_blank" title="Náš účet na Twitteru">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
{% endif %}
+ {% if site.youtube.channel %}
+ <li class="c-header-bar__item c-header-bar__item--smallerSpace">
+ <a href="https://www.youtube.com/channel/{{ site.youtube.channel }}" rel="noopener noreferrer" target="_blank" title="Náš účet na Youtube">
+ <i class="fa fa-youtube" aria-hidden="true"></i>
+ </a>
+ </li>
+ {% endif %}
{% if site.organization.name %}
<li class="c-header-bar__item c-header-bar__item--smallerSpace">
<a href="{{'/feed.xml' | relative_url }}" rel="noopener noreferrer" target="_blank" title="Články tohoto webu v RSS">
<i class="fa fa-rss" aria-hidden="true"></i>
</a>
@@ -32,16 +39,9 @@
{% endif %}
{% if site.instagram.profilePage %}
<li class="c-header-bar__item c-header-bar__item--smallerSpace">
<a href={{ site.instagram.profilePage }} rel="noopener noreferrer" target="_blank" title="Instagram - Česká pirátská strana">
<i class="fa fa-instagram" aria-hidden="true"></i>
- </a>
- </li>
- {% endif %}
- {% if site.gplus.profilePage %}
- <li class="c-header-bar__item c-header-bar__item--smallerSpace">
- <a href={{ site.gplus.profilePage }} rel="noopener noreferrer" target="_blank" title="Google Plus - Česká pirátská strana">
- <i class="fa fa-google-plus" aria-hidden="true"></i>
</a>
</li>
{% endif %}
{% if site.flicker.profilePage %}
<li class="c-header-bar__item c-header-bar__item--smallerSpace">