Update Blog page to version 2.0.0.15.

This commit is contained in:
inference 2023-03-11 04:01:24 +00:00
parent 169463ae27
commit b725196234
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -2,10 +2,10 @@
<!-- Inferencium - Website - Blog -->
<!-- Copyright 2022-2023 Inference -->
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- Copyright 2022-2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!-- Version: 1.0.0.13 -->
<!-- Version: 2.0.0.15 -->
<html>
@ -34,24 +34,34 @@
<body>
<h1>Blog</h1>
<br>
<h3>2022-12-20</h3>
<p>#3 - <a class="body-link" href="blog/the_chromium_monopoly.html"
>The Chromium Monopoly</a></p>
<br>
<br>
<h3>2022-06-30</h3>
<p>#2 - <a class="body-link" href="blog/untrusted_the_issue_with_decentralisation.html"
>Untrusted: The Issue with Decentralisation</a></p>
<br>
<br>
<h3>2022-01-29</h3>
<p>#1 - <a class="body-link" href="blog/systemd_insecurity.html"
>systemd Insecurity</a></p>
<br>
<br>
<h3>2022-01-27</h3>
<p>#0 - <a class="body-link" href="blog/foss_is_working_against_itself.html"
>FOSS is Working Against Itself</a></p>
<!-- Table of contents. -->
<h2 id="toc"><a href="#toc" class="h2"
>Table of Contents<a/></h2>
<ul>
<li><strong>2022-12-20</strong></li>
<ul>
<li><a href="blog/the_chromium_monopoly.html" class="body-link"
>#3 - The Chromium Monopoly</a></li>
</ul>
<li><strong>2022-06-30</strong></li>
<ul>
<li><a href="blog/untrusted_the_issue_with_decentralisation.html" class="body-link"
>#2 - Untrusted: The Issue with Decentralisation</a></li>
</ul>
<li><strong>2022-01-29</strong></li>
<ul>
<li><a href="blog/systemd_insecurity.html" class="body-link"
>#1 - systemd Insecurity</a></li>
</ul>
<li><strong>2022-01-27</strong></li>
<ul>
<li><a href="blog/foss_is_working_against_itself.html" class="body-link"
>#0 - FOSS is Working Against Itself</a></li>
</ul>
</ul>
<br>
<br>
</body>