shithub: sirjofri_de

Download patch

ref: 9c76fa8cb2bb6a0aad22b463060a16cda98a069e
parent: cc7f0317107c08335e12c0b0d1c09c73e761cdb8
author: glenda <glenda@9front.local>
date: Fri Jan 10 18:08:28 EST 2020

adjusts changeblog overview page

--- a/mkfile
+++ b/mkfile
@@ -10,6 +10,9 @@
 
 changeblog.ht:Q:
 	echo '<section>
+	<header>
+	<h2>all articles</h2>
+	</header>
 	<ul>' > $target
 	obs=`{basename `{ls changeblog/*.ht | sed -e 's/\.ht$//g'}}
 	for(OB in $obs){
--- a/pub/changeblog/index.html
+++ b/pub/changeblog/index.html
@@ -24,6 +24,9 @@
 </header>
 <main>
 <section>
+<header>
+<h2>all articles</h2>
+</header>
 <ul>
 <li><a href="/changeblog/2020-01-10/">2020-01-10</a></li>
 </ul>