site

scripts to generate personal blog and git repositories

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

header.html

(285B)


      1 <!DOCTYPE html>
      2 <html dir="ltr" lang="${lang}">
      3 <head>
      4 	%{partial_head}
      5 	%{partial_head_blog}
      6 	<title>Blog Posts - ${sitetitle}</title>
      7 </head>
      8 <body>
      9 	%{partial_nav}
     10 	<main class="blog-posts">
     11 		<header class="main">
     12 			<h1>Blog Posts</h1>
     13 			<p>${description}</p>
     14 		</header>
     15 		<ol>