edit 404 and change author info

This commit is contained in:
Amolith 2018-12-14 01:41:26 -05:00
parent 0ae6b986a1
commit c6b59246ec
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
3 changed files with 6 additions and 5 deletions

View File

@ -6,9 +6,10 @@ sitemap:
---
<h2 class="go-home">
I suggest you <a href="/">going home</a>, it's 404 and it's getting dark!
I suggest you <a href="/">go home</a>.
It's 404 and getting dark . . .
</h2>
<!-- Adding the glitch effect -->
<script> document.getElementsByTagName('body')[0].classList.add('glitch'); </script>
<script> document.getElementsByTagName('body')[0].classList.add('glitch'); </script>

View File

@ -5,7 +5,7 @@ description: >
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "/blog/" # the subpath of your site, e.g. /blog/
baseurl: "/blog" # the subpath of your site, e.g. /blog/
url: "https://nixnet.xyz" # the base hostname & protocol for your site
author:

View File

@ -1,7 +1,7 @@
<div class="about">
<div class="about__devider">*****</div>
<div class="about__text">
Written by <strong> {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}</strong>
Written by the pseudonymous<strong> {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}</strong>
on <strong>{{ page.date | date: "%d %B %Y" }}</strong>
</div>
</div>
</div>