tAdd <article> semantic tags around posts - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit ac344b579a3597176e662f778d257d3913cc449a
 (DIR) parent 7aa87d1b4d1636f6d3e6bcac1eac33c557b02453
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Fri, 27 Dec 2019 15:43:45 +0100
       
       Add <article> semantic tags around posts
       
       Diffstat:
         M footer.tmpl                         |       1 +
         M header.tmpl                         |       3 ++-
       
       2 files changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/footer.tmpl b/footer.tmpl
       t@@ -1,3 +1,4 @@
       +    </article>
            <footer>
              <a href='http://www.isc.org/downloads/software-support-policy/isc-license/'>&copy; ISC</a> //
              <a href='mailto:contact@z3bra.org'>✉ mail</a> <!-- &#9993; -->//
 (DIR) diff --git a/header.tmpl b/header.tmpl
       t@@ -10,5 +10,6 @@
          <body>
            <header>
              <h1><a href='/'>Monochromatic</a></h1>
       -      <h2>&mdash; <a href='https://z3bra.org'>z3bra</a>, the stripes apart</h2>
       +      <p><a href='https://z3bra.org'>z3bra</a>, the stripes apart</p>
            </header>
       +    <article>