diff --git a/src/.htaccess.njk b/src/.htaccess.njk index 46c01f18..8095e7df 100644 --- a/src/.htaccess.njk +++ b/src/.htaccess.njk @@ -15,7 +15,7 @@ Header set Cache-Control "no-cache, public" RewriteEngine on # Redirect obfuscated email links to mailto link -RewriteRule ^email/$ "mailto:{{ sitemeta.siteAuthor.email }}" [R=301,L] +RewriteRule ^/email/$ mailto:{{ sitemeta.siteAuthor.email }} [R=301,L] # Block bad bots RewriteCond %{HTTP_USER_AGENT} ({{ robots.htaccess }}) [NC] diff --git a/src/index.njk b/src/index.njk index d66d697c..22474ed6 100644 --- a/src/index.njk +++ b/src/index.njk @@ -19,7 +19,7 @@ eleventyComputed:

You can browse all my contents published on this site through the Archive page, or the Content Categories page. You can use the site map to navigate this website.

-

Feel free to drop a message and say hi on my guestbook! You can also contact me by sending me an email. Using plain text email is encouraged.

+

Feel free to drop a message and say hi on my guestbook! You can also contact me by sending me an email. Using plain text email is encouraged.

Read the About page to learn more about this site and its webmaster.

diff --git a/src/slashes/navbarlinks/about.md b/src/slashes/navbarlinks/about.md index c0295732..1e4534da 100644 --- a/src/slashes/navbarlinks/about.md +++ b/src/slashes/navbarlinks/about.md @@ -54,7 +54,7 @@ I am also autistic, so I use this website as a platform to catalogue my interest Leilukin is not my real name, but it is an internet pseudonym that I have used since I was a teenager, so the name has become my online identity, and I prefer to go by Leilukin in informal online spaces. -You can contact me via email: [{{ sitemeta.siteAuthor.emailEncoded | safe }}](email/){rel="nofollow, noindex"}. Using [plain text email](https://useplaintext.email/) is encouraged. +You can contact me via email: [{{ sitemeta.siteAuthor.emailEncoded | safe }}](/email/){rel="nofollow, noindex"}. Using [plain text email](https://useplaintext.email/) is encouraged. [Check out my Now page](/now) to learn what I am doing right now.