diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-07-22 21:36:59 +0000 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-07-22 21:36:59 +0000 |
commit | d85f5d3966809f7858a6ddf9af380d9c01468634 (patch) | |
tree | 25ecceba4f0cbb6c1720fe60fff76fd60b992623 /public/index.html | |
parent | 2d17a77f7dacadf25b06735f3aabbd4e3eb89506 (diff) |
new post!
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index ef7b4ab..896b205 100644 --- a/public/index.html +++ b/public/index.html @@ -25,7 +25,8 @@ <section class="posts"> <h2>Posts</h2> <ul> - <li>19-07-2024 - <a href="posts/2Summer">Summer holiday!</a></li> + <li>19-07-2024 - <a href="posts/3FreeBSD">Trying out FreeBSD</a></li> + <li>19-07-2024 - <a href="posts/2Summer"><b>Summer holiday!</b></a></li> <li>13-07-2024 - <a href="posts/1dwm">Switching to DWM</a></li> <li>10-06-2024 - <a href="posts/0learningC">Learning the C programming language</a></li> </ul> |