diff options
| author | Alex Scerba <alex@scerba.org> | 2026-09-04 13:38:11 -0500 |
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2026-09-04 13:38:11 -0500 |
| commit | 76c1d3ef9b0eb87ba1aa996e06e41adb834f08b3 (patch) | |
| tree | 0c82b4af56842024bb03ee1a9e09c845a262645e | |
| parent | a630bfa89d33c2f5e6185606f590d7dfe1899b5d (diff) | |
Fix malformed anchor tag replacing 'href' with 'rel'
| -rw-r--r-- | html/blog/2026-08-26+I_Went_Looking_for_the_Internet_and_Found_It+rant+tech+web.tmpl.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/blog/2026-08-26+I_Went_Looking_for_the_Internet_and_Found_It+rant+tech+web.tmpl.html b/html/blog/2026-08-26+I_Went_Looking_for_the_Internet_and_Found_It+rant+tech+web.tmpl.html index 756ad35..874babc 100644 --- a/html/blog/2026-08-26+I_Went_Looking_for_the_Internet_and_Found_It+rant+tech+web.tmpl.html +++ b/html/blog/2026-08-26+I_Went_Looking_for_the_Internet_and_Found_It+rant+tech+web.tmpl.html @@ -6,9 +6,9 @@ <p>The funny thing about this idea of dead internet is that people still exist. Quirky websites, controversial opinions, and all. What's changed is that they've been drowned out of the search results of modern web indexing platforms like Google. DuckDuckGo can't save you from this problem either. What you need is a dedicated search mechanism for homegrown websites. And they exist.</p> <h3>Non-Extensive List of "Small Web" Search Engines</h3> <p><ul> - <li><a href="https://marginalia-search.com/" target="_blank" href="noopener noreferrer">Marginalia Search</a></li> - <li><a href="https://wiby.org/" target="_blank" href="noopener noreferrer">Wiby</a></li> - <li><a href="https://indieblog.page/" target="_blank" href="noopener noreferrer">indieblog.page</a></li> + <li><a href="https://marginalia-search.com/" target="_blank" rel="noopener noreferrer">Marginalia Search</a></li> + <li><a href="https://wiby.org/" target="_blank" rel="noopener noreferrer">Wiby</a></li> + <li><a href="https://indieblog.page/" target="_blank" rel="noopener noreferrer">indieblog.page</a></li> </ul></p> <p>And so it began. At first, I was disappointed. The results were not what I was looking for. But then, I strayed from my original query and found this post: <a href="https://www.fromjason.xyz/p/freelance/s/commission-logo-design/three-objectives-for-your-logo-design" target="_blank" href="noopener noreferrer">Three objectives for your logo design</a>. The site design instantly feels personable. I run an adblocker (and you should too), but having 0 notification bubbles in the extension instead of the typical 12 or more I get from visiting a "modern" website is a beautiful thing. That and the dedication in the footer:</p> <blockquote>This site is dedicated to the old web, the weird web, the web that screamed in horror when summoned through a land line.</blockquote> |
