diff options
Diffstat (limited to 'posts/index.html')
-rw-r--r-- | posts/index.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/posts/index.html b/posts/index.html index 60330ab..51d8a13 100644 --- a/posts/index.html +++ b/posts/index.html @@ -29,8 +29,8 @@ "accountablePerson" : "garhve", "copyrightHolder" : "garhve", "copyrightYear" : "2022", - "datePublished": "2022-08-25 13:40:56 \u002b0800 CST", - "dateModified" : "2022-08-25 13:40:56 \u002b0800 CST", + "datePublished": "2022-09-03 14:33:37 \u002b0800 CST", + "dateModified" : "2022-09-03 14:33:37 \u002b0800 CST", "url" : "https:\/\/blog.garhve.com\/posts\/", "keywords" : [ ] } @@ -97,6 +97,19 @@ <div class="row posts-line"> <div class="posts-date col-xs-2"> + <time datetime="2022-09-03 14:33:37 CST">Sep 03</time> + </div> + <div class="posts-title col-xs-10"> + <div class="row"> + <div class="col-xs-12"> + <a href="/posts/4/">Architecture of Linux Kernel</a> + </div> + </div> + </div> + </div> + + <div class="row posts-line"> + <div class="posts-date col-xs-2"> <time datetime="2022-08-25 13:40:56 CST">Aug 25</time> </div> <div class="posts-title col-xs-10"> |