diff --git a/src/_includes/partials/navbar.vto b/src/_includes/partials/navbar.vto index c0cc2a38..13f72498 100644 --- a/src/_includes/partials/navbar.vto +++ b/src/_includes/partials/navbar.vto @@ -96,7 +96,7 @@ .navbar__links { display: none; } } -@media only screen and (min-width: 800px) { +@media only screen and (min-width: 680px) { .navbar { padding: 1em 0.6em; } .navbar__toggle, .navbar__popover { display: none; } .navbar__links { display: flex; } diff --git a/src/index.vto b/src/index.vto index ca27a5ac..c6a979b2 100644 --- a/src/index.vto +++ b/src/index.vto @@ -17,7 +17,7 @@ eleventyComputed:

Hello! You can call me {{ sitemeta.siteAuthor.name }}. Welcome to my website! This site is my own personal hub and corner on the internet.

-

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

+

You can browse all my contents published on this site through the Archive page, or the Content Topics page. You can use the Explore page or 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.

diff --git a/src/pages/explore.vto b/src/pages/explore.vto index 3991e954..706ffed9 100644 --- a/src/pages/explore.vto +++ b/src/pages/explore.vto @@ -16,3 +16,5 @@ eleventyComputed: {{ /for }} + +

You can also navigate this website through the site map.

diff --git a/src/pages/explorelinks/navbarlinks/about.md b/src/pages/explorelinks/navbarlinks/about.md index 592d3348..34d08e9c 100644 --- a/src/pages/explorelinks/navbarlinks/about.md +++ b/src/pages/explorelinks/navbarlinks/about.md @@ -61,6 +61,8 @@ Leilukin is not my real name, but it is an internet pseudonym that I have used s [Check out my Now page](/now) to learn what I am doing currently. +I have been featured in other media as well; see my [Featured page](/featured) for more. + ### Contact Me The best way to contact me is via email: [{{ sitemeta.siteAuthor.emailEncoded }}]({{ sitemeta.siteAuthor.emailDecoyUrl }}){rel="nofollow, noindex"}. Using [plain text email](https://useplaintext.email/) is encouraged.