diff options
author | garhve <git@garhve.com> | 2022-12-05 08:49:17 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2022-12-05 08:49:17 +0800 |
commit | 87da192c8572a7819233704f287e99e342a12f41 (patch) | |
tree | 9f448d0e5a5a8de291bfb8948b5b8b2ff301ccdb /cn/index.html | |
parent | d60811a78a56fcfc39d573d626c097301ef6585f (diff) |
add test cn post
Diffstat (limited to 'cn/index.html')
-rw-r--r-- | cn/index.html | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/cn/index.html b/cn/index.html index 3c9f4fc..de5333a 100644 --- a/cn/index.html +++ b/cn/index.html @@ -28,9 +28,9 @@ "publisher": "garhve", "accountablePerson" : "garhve", "copyrightHolder" : "garhve", - "copyrightYear" : "0001", - "datePublished": "0001-01-01 00:00:00 \u002b0000 UTC", - "dateModified" : "0001-01-01 00:00:00 \u002b0000 UTC", + "copyrightYear" : "2022", + "datePublished": "2022-12-05 08:45:07 \u002b0800 CST", + "dateModified" : "2022-12-05 08:45:07 \u002b0800 CST", "url" : "https:\/\/blog.garhve.com\/cn\/", "keywords" : [ ] } @@ -89,6 +89,24 @@ <div class="header-line"></div> <div id="posts-list"> + <section> + <h1 class="site-date-catalog">2022</h1> + + + <div class="row posts-line"> + <div class="posts-date col-xs-6 col-sm-2"> + <time datetime="2022-12-05 08:45:07 CST">Dec 05</time> + </div> + <div class="posts-title col-xs-9 col-sm-10"> + <div class="row"> + <div class="col-xs-11 col-sm-10"> + <a href="/cn/posts/1/">起步</a> + </div> + </div> + </div> + </div> + + </section> </div> |