site

scripts to generate personal blog and git repositories

git clone https://9o.is/git/site.git

item.html

(130B)


      1 <li>
      2 	<article>
      3 		<h2><a href="${filename}">${title}</a></h2>
      4 		<time>${created}</time>
      5 		<p>${description}</p>
      6 	</article>
      7 </li>