Compare commits

..

2 Commits

Author SHA1 Message Date
stjet
e6e3a41508 merge from master: aria-hidden and minor wording changes
Some checks failed
Build Saki and Deploy to Github Pages / build (push) Has been cancelled
Build Saki and Deploy to Github Pages / deploy (push) Has been cancelled
2025-12-25 08:38:48 +00:00
49cf6939d4 aria-hidden and minor wording changes 2025-12-25 08:34:06 +00:00
4 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<div class="random" id="badges"> <div class="random" id="badges">
<div class="random-content"> <div class="random-content">
<img src="88x31/247.gif" alt="nishina gif" loading="lazy"/> <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/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/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"/> <img src="88x31/jsn.gif" alt="Just say no to software bloat" loading="lazy"/>

View File

@@ -13,11 +13,11 @@
[[ component:dark-mode-checkbox ]] [[ component:dark-mode-checkbox ]]
<div id="main"> <div id="main">
<div> <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> <br>
<h2>prussiafan.club</h2> <h2>prussiafan.club</h2>
<br> <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>
<div> <div>
<ul> <ul>
@@ -38,7 +38,7 @@
[[ component:random/quote5 ]] [[ component:random/quote5 ]]
[[ component:random/rss ]] [[ component:random/rss ]]
[[ component:random/email ]] [[ 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>. <br>An incarnation of the <a href="https://n0thanky0u.neocities.org/denparing">denpa webring</a>.
</div> </div>
</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> <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>
</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"> <div id="post-html">
[[ html:post.html ]] [[ html:post.html ]]
</div> </div>
<div id="post-md"> <div id="post-md" aria-hidden="true">
[[ for:post.md_lines:line ]] [[ for:post.md_lines:line ]]
<p><pre>[[ line ]]</pre></p> <p><pre>[[ line ]]</pre></p>
[[ endfor ]] [[ endfor ]]
@@ -35,4 +35,4 @@
[[ component:makoto-styling ]] [[ component:makoto-styling ]]
</div> </div>
</body> </body>
</html> </html>

View File

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