Update Blog webpage from version 3.0.0.21 to 3.0.1.26.
This commit is contained in:
parent
4b70cf5ddb
commit
efb9ade040
63
blog.html
63
blog.html
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 3.0.0.21 -->
|
||||
<!-- Version: 3.0.1.26 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -15,7 +15,6 @@
|
||||
<link rel="stylesheet" href="inf.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
|
||||
<!-- Navigation bar -->
|
||||
<div class="sidebar">
|
||||
<img src="asset/img/logo-inferencium-no_text.png"
|
||||
@ -30,44 +29,30 @@
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
</div>
|
||||
|
||||
<body>
|
||||
<h1>Blog</h1>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<!-- Table of contents -->
|
||||
<h2 id="toc"><a href="#toc" class="h2"
|
||||
>Table of Contents<a/></h2>
|
||||
<!-- Blog posts in descending order from most recent to least recent -->
|
||||
<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>
|
||||
<br>
|
||||
<section>
|
||||
<!-- Table of contents -->
|
||||
<h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2>
|
||||
<!-- Blog posts in descending order from most recent to least recent -->
|
||||
<ul>
|
||||
<li><b>2022-12-20</b></li>
|
||||
<ul>
|
||||
<li><a href="blog/the_chromium_monopoly.html" class="body-link">#3 - The Chromium Monopoly</a></li>
|
||||
</ul>
|
||||
<li><b>2022-06-30</b></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><b>2022-01-29</b></li>
|
||||
<ul>
|
||||
<li><a href="blog/systemd_insecurity.html" class="body-link">#1 - systemd Insecurity</a></li>
|
||||
</ul>
|
||||
<li><b>2022-01-27</b></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>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user