tAdd RSS feed to the <head> tag - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit f5de4fbecb28836e6c06961b187be44520801b40
 (DIR) parent 63e255e9c8d8b7fa7447dbb04eb72c6974d58a5e
 (HTM) Author: Willy Goiffon <contact@z3bra.org>
       Date:   Mon, 23 Dec 2019 15:13:29 +0100
       
       Add RSS feed to the <head> tag
       
       Diffstat:
         M header.tmpl                         |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/header.tmpl b/header.tmpl
       t@@ -4,6 +4,7 @@
            <meta charset='utf-8'/>
            <meta name="viewport" content="width=device-width, initial-scale=1">
            <link rel='stylesheet' href='/monochrome.css' />
       +    <link rel='alternate' type='aplication/rss+xml' href='/rss/feed.xml' />
            <title>z3bra.org - monochromatic blog</title>
          </head>
          <body>