Split header and quotes from content

This commit is contained in:
2020-06-08 15:54:09 +08:00
parent b2b433c08d
commit 99730489a6
20 changed files with 50 additions and 184 deletions

16
blog/content-000 Normal file
View File

@ -0,0 +1,16 @@
<header>
<h1>My Little Blog</h1>
<aside>Hi. I write about my career and various technologies that I experiment with.</aside>
</header>
<ul>
<li><a href="blog-007">2020-06-08 Some Website Design and CSS</a></li>
<li><a href="blog-007">2020-05-22 Optimizing Web Pages and File Sizes</a></li>
<li><a href="blog-006">2020-05-21 A Hit of Kubernetes</a></li>
<li><a href="blog-005">2020-03-02 The SBC Change</a></li>
<li><a href="blog-004">2019-09-18 ? Matched Expression Does Not Print in Perl</a></li>
<li><a href="blog-003">2019-08-29 Configuring Dynamic DNS Records</a></li>
<li><a href="blog-002">2019-08-07 The Migration</a></li>
<li><a href="blog-001">2019-06-20 The First Entry</a></li>
</ul>
<hr>