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: author:
name: pax:nion name: pax:nion
mail: info+paxnion@basspistol.com
publisher: publisher:
name: Basspistol name: Basspistol
domain: basspistol.com domain: basspistol.com
mail: info@basspistol.com mail: info+paxnion@basspistol.com
plugins: plugins:
- jekyll-sitemap - jekyll-sitemap

View file

@ -4,7 +4,7 @@
<div> <div>
<h4>{{ site.title }}</h4> <h4>{{ site.title }}</h4>
<p>{{ site.description }} <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>
<div> <div>
<ul> <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> <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 %} {% 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> </ul>
<p>&copy;{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="{{ relBase }}/webcreds/">Credits</a> | <a href="{{ relBase }}/cookies/">Cookies & Privacy</a></p> <p>&copy;{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="{{ relBase }}/webcreds/">Credits</a> | <a href="{{ relBase }}/cookies/">Cookies & Privacy</a></p>
</div> </div>

View file

@ -1,6 +1,6 @@
<!-- Navigation --> <!-- Navigation -->
<div id="logo" class="logo"> <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> &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> </div>

View file

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