This commit is contained in:
WickedJack99
2022-09-29 09:43:43 +02:00
parent 1a6e1bddb4
commit 03af8f8413
13 changed files with 26 additions and 14 deletions

View File

@@ -5,6 +5,9 @@
{% for item in site.data.socialMedia %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button w3-right">{{ item.icon }}</a>
{% endfor %}
{% for item in site.data.eMail %}
<a href="mailto: {{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button w3-right">{{ item.icon }}</a>
{% endfor %}
<button class="w3-bar-item w3-button w3-right" type="submit"><i class="fa fa-search"></i></button>
<input class="w3-bar-item w3-input w3-right" type="text" placeholder="Search..">
</div>