aria-hidden and minor wording changes

This commit is contained in:
2025-12-25 08:34:06 +00:00
parent 995b45f908
commit 49cf6939d4
5 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
Hello! This is an **example** post *not meant* to be actually served on the blog. Go to the `gh-pages` branch of the repo for the actual blog posts and stuff.
Hello! This is an **example** post *not meant* to be actually served on the blog. Go to the `pages` branch of the repo for the actual blog posts and stuff.
[look its a link](https://example.com)

View File

@@ -1,7 +1,7 @@
<div class="random" id="badges">
<div class="random-content">
<img src="88x31/247.gif" alt="nishina gif" loading="lazy"/>
<img src="88x31/btw.png" alt="i use debian btw" loading="lazy"/>
<img src="88x31/btw.png" title="(have since converted to alpine)" alt="i use debian btw" loading="lazy"/>
<img src="88x31/fe.gif" alt="5 nays to 5 eyes" loading="lazy"/>
<img src="88x31/ie11.png" alt="A warm welcome to our IE11 users" loading="lazy"/>
<img src="88x31/jsn.gif" alt="Just say no to software bloat" loading="lazy"/>

View File

@@ -13,11 +13,11 @@
[[ component:dark-mode-checkbox ]]
<div id="main">
<div>
<input id="fancy-title" type="checkbox"/><label for="fancy-title">Fancy Title</label>
<input id="fancy-title" type="checkbox"/><label for="fancy-title" aria-hidden="true">Fancy Title</label>
<br>
<h2>prussiafan.club</h2>
<br>
<p>This is my blog. I also have a <a href="https://prussia.dev">portfolio</a>. Use Linux? Like Vim and i3/Sway? Then check out <a href="https://github.com/stjet/ming-wm">ming-wm</a>. I like free software, privacy, yada yada.</p>
<p>This is my blog. I also have a <a href="https://prussia.dev">portfolio</a>. Use Linux? Like Vim and i3/Sway? Then check out ming-wm (<a href="https://git.elintra.net/stjet/ming-wm">Gitea</a>, <a href="https://github.com/stjet/ming-wm">G*thub</a>). I like free software, privacy, yada yada.</p>
</div>
<div>
<ul>
@@ -38,7 +38,7 @@
[[ component:random/quote5 ]]
[[ component:random/rss ]]
[[ component:random/email ]]
<a id="ciran" href="/#badges">See some random stuff</a>
<a id="ciran" href="/#badges" aria-hidden="true">See some random stuff</a>
<br>An incarnation of the <a href="https://n0thanky0u.neocities.org/denparing">denpa webring</a>.
</div>
</div>

View File

@@ -18,11 +18,11 @@
<span><span [[ if:author_expected ]]title="(obviously)"[[ endif ]]>By [[ post.author ]]</span> | <span>[[ post.date ]]</span> [[ if:post.tags_exist ]]| <span>[[ for:post.tags:tag:index:max ]]<a href="/tags/[[ tag ]]">[[ tag ]]</a>[[ if:index:!max ]], [[ endif ]][[ endfor ]]</span>[[ endif ]]</span>
</div>
</div>
<input id="show-md" type="checkbox"/><label for="show-md">Show MD</label>
<input id="show-md" type="checkbox"/><label for="show-md" aria-hidden="true">Show MD</label><br>
<div id="post-html">
[[ html:post.html ]]
</div>
<div id="post-md">
<div id="post-md" aria-hidden="true">
[[ for:post.md_lines:line ]]
<p><pre>[[ line ]]</pre></p>
[[ endfor ]]
@@ -35,4 +35,4 @@
[[ component:makoto-styling ]]
</div>
</body>
</html>
</html>

View File

@@ -12,7 +12,7 @@
[[ component:dark-mode-checkbox ]]
<div id="main">
<div>
<h2>Search for posts with tag "[[ tag ]]"</h2>
<h2>Posts with tag "[[ tag ]]"</h2>
</div>
<div>
<ul>
@@ -23,4 +23,4 @@
</div>
</div>
</body>
</html>
</html>