diff --git a/404.html b/404.html
index d2a5809079b3f685689f20ef90770471aae45b20..980eae368af54b3b34888746bfe9dee676fe0628 100644
--- a/404.html
+++ b/404.html
@@ -6,9 +6,10 @@ sitemap:
---
- I suggest you going home, it's 404 and it's getting dark!
+ I suggest you go home.
+ It's 404 and getting dark . . .
-
\ No newline at end of file
+
diff --git a/_config.yml b/_config.yml
index 1f51e8d033537c96bfee7af8fbb382d55c978645..e274e564bc352e3a28174ad1605c0ef117321346 100644
--- a/_config.yml
+++ b/_config.yml
@@ -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:
diff --git a/_includes/post/about.html b/_includes/post/about.html
index df35e0c2dacdaa92274d467d3a88961a14b3d4b7..4b42db62693f4240296b10e547b741a69d9d177e 100644
--- a/_includes/post/about.html
+++ b/_includes/post/about.html
@@ -1,7 +1,7 @@
*****
- Written by {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}
+ Written by the pseudonymous {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}
on {{ page.date | date: "%d %B %Y" }}
-
\ No newline at end of file
+