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

@ -14,11 +14,12 @@ mediaurl: https://media.basspistol.com/panix
author:
name: pax:nion
mail: info+paxnion@basspistol.com
publisher:
name: Basspistol
domain: basspistol.com
mail: info@basspistol.com
mail: info+paxnion@basspistol.com
plugins:
- jekyll-sitemap

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>

View File

@ -7,7 +7,7 @@ layout: nil
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">
<channel>
<title>{{ site.name | xml_escape }}</title>
<title>{{ site.title | xml_escape }}</title>
<description>{% if site.description %}{{ site.description | xml_escape }}{% endif %}</description>
<sy:updatePeriod>{{ site.feed_update_period | default: "daily" | xml_escape }}</sy:updatePeriod>
<sy:updateFrequency>{{ site.feed_update_frequency | default: 1 | xml_escape }}</sy:updateFrequency>