email and site title

This commit is contained in:
Set Hallstrom 2020-07-28 13:20:25 +02:00
parent c9205d9138
commit 02a4f9484d
4 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
<div>
<h4>{{ site.title }}</h4>
<p>{{ site.description }}
<br /><a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></p>
<br /><a href="mailto:{{ site.author.mail }}">{{ site.author.mail }}</a></p>
</div>
<div>
<ul>
@ -25,7 +25,7 @@
<li><a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="noopener" href="{{ nw.url }}" class="icon brands style2 {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a></li>
{% endfor %}
<!-- <li><a href="mailto:{{ site.author.email }}" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
<li><a href="mailto:{{ site.author.mail }}" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>&copy;{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="{{ relBase }}/webcreds/">Credits</a> | <a href="{{ relBase }}/cookies/">Cookies & Privacy</a></p>
</div>

View file

@ -1,6 +1,6 @@
<!-- Navigation -->
<div id="logo" class="logo">
<a href="/"><img width="200em" src="/assets/panix-logo.svg" alt="{{ site.name }} Logo" /></a>
<a href="/"><img width="200em" src="/assets/panix-logo.svg" alt="{{ site.title }} Logo" /></a>
&nbsp;&nbsp;&nbsp;<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
</div>