Add HTML sections.

This commit is contained in:
inference 2023-06-12 08:07:57 +01:00
parent e0c1dfd980
commit 7ac75ab8ae
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,7 +5,7 @@
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 3.0.1.23 --> <!-- Version: 3.0.1.24 -->
<html> <html>
@ -31,33 +31,35 @@
</div> </div>
<body> <body>
<h1>Blog</h1> <h1>Blog</h1>
<!-- Table of contents --> <section>
<h2 id="toc"><a href="#toc" class="h2" <!-- Table of contents -->
>Table of Contents<a/></h2> <h2 id="toc"><a href="#toc" class="h2"
<!-- Blog posts in descending order from most recent to least recent --> >Table of Contents<a/></h2>
<ul> <!-- Blog posts in descending order from most recent to least recent -->
<li><strong>2022-12-20</strong></li> <ul>
<ul> <li><strong>2022-12-20</strong></li>
<li><a href="blog/the_chromium_monopoly.html" class="body-link" <ul>
>#3 - The Chromium Monopoly</a></li> <li><a href="blog/the_chromium_monopoly.html" class="body-link"
</ul> >#3 - The Chromium Monopoly</a></li>
<li><strong>2022-06-30</strong></li> </ul>
<ul> <li><strong>2022-06-30</strong></li>
<li><a href="blog/ <ul>
untrusted_the_issue_with_decentralisation.html" <li><a href="blog/
class="body-link" untrusted_the_issue_with_decentralisation.html"
>#2 - Untrusted: The Issue with Decentralisation</a></li> class="body-link"
</ul> >#2 - Untrusted: The Issue with Decentralisation</a></li>
<li><strong>2022-01-29</strong></li> </ul>
<ul> <li><strong>2022-01-29</strong></li>
<li><a href="blog/systemd_insecurity.html" class="body-link" <ul>
>#1 - systemd Insecurity</a></li> <li><a href="blog/systemd_insecurity.html" class="body-link"
</ul> >#1 - systemd Insecurity</a></li>
<li><strong>2022-01-27</strong></li> </ul>
<ul> <li><strong>2022-01-27</strong></li>
<li><a href="blog/foss_is_working_against_itself.html" class="body-link" <ul>
>#0 - FOSS is Working Against Itself</a></li> <li><a href="blog/foss_is_working_against_itself.html" class="body-link"
</ul> >#0 - FOSS is Working Against Itself</a></li>
</ul> </ul>
</ul>
</section>
</body> </body>
</html> </html>