mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
_includes/header.html: use new header class + add social links.
This commit is contained in:
parent
a2bac0ec2a
commit
8c1b966dae
1 changed files with 13 additions and 3 deletions
|
|
@ -1,3 +1,13 @@
|
|||
{% if site.title and site.title != page.title %}
|
||||
<h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
|
||||
{% endif %}
|
||||
|
||||
<div class="header">
|
||||
|
||||
{% if site.title and site.title != page.title %}
|
||||
<h1 class="header-title"><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
|
||||
{% endif %}
|
||||
|
||||
<ul class="header-links">
|
||||
<li><a target="_blank" href="https://twitter.com/eossweden"><i class="fab fa-2x fa-twitter-square"></i></a></li>
|
||||
<li><a target="_blank" href="https://www.facebook.com/EOS-sweden-554084258304426/"><i class="fab fa-2x fa-facebook-square"></i></a></li>
|
||||
<li><a target="_blank" href="https://github.com/eosswedenorg"><i class="fab fa-2x fa-github-square"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue