summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2023-03-06 13:21:24 +0000
committerRafael Marçalo <raroma09@gmail.com>2023-03-06 13:21:24 +0000
commit12ec2277eff234c843607fa51509f5a032b081d8 (patch)
tree8b5f68db5719b6ff0b6c80ab349e2fa5ae535cc3
parentc232743bbaa063649ef28d8b294bf3923bd2733e (diff)
Added dates to posts
-rw-r--r--posts.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/posts.html b/posts.html
index 77b5a90..56f6e5d 100644
--- a/posts.html
+++ b/posts.html
@@ -23,11 +23,11 @@
</div>
<div id="content">
<h2>Posts 📜</h2>
- <ul>
- <!-- <li><a href="cs.html">Computer Science Course Contents by Semester</a></li> -->
- <li><a href="kernel.html">Compiling an Android Kernel</a></li>
- <li><a href="kvm.html">Create a Virtual Machine using KVM</a></li>
- <li><a href="gentoomanual.html">Gentoo Install Manual</a></li>
+ <ul class="clearList">
+ <!-- <li>01/06/2022 - <a href="cs.html">Computer Science Course Contents by Semester</a></li> -->
+ <li>05/02/2023 - <a href="kvm.html">Create a Virtual Machine using KVM</a></li>
+ <li>24/10/2022 - <a href="kernel.html">Compiling an Android Kernel</a></li>
+ <li>17/01/2021 - <a href="gentoomanual.html">Gentoo Install Manual</a></li>
</ul>
</div>