tRename header/footer so they are not checked by the validator - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 6572501221c23126b9faf7490e5a2c698b839e78
(DIR) parent f4068c44d1493a2ce8756db5935da7e155a99aae
(HTM) Author: Willy Goiffon <wgoiffon@LPWGF01.centro.fr>
Date: Mon, 23 Dec 2019 10:48:03 +0100
Rename header/footer so they are not checked by the validator
Diffstat:
D foot.html | 10 ----------
A footer.tmpl | 9 +++++++++
R head.html -> header.tmpl | 0
3 files changed, 9 insertions(+), 10 deletions(-)
---
(DIR) diff --git a/foot.html b/foot.html
t@@ -1,10 +0,0 @@
- </div>
- <footer>
- <a href='http://www.isc.org/downloads/software-support-policy/isc-license/'>© ISC</a> //
- <a href='mailto:contact@z3bra.org'>mail</a> <!-- ✉ -->//
- <a href='http://z3bra.org'>root</a> <!-- ☮ -->//
- <a href='http://blog.z3bra.org/rss/feed.xml'>rss</a> <!-- ★ -->
- </footer>
- </body>
-</html>
-<!-- vim: set sw=2 et ai fdm=marker ft=html: -->
(DIR) diff --git a/footer.tmpl b/footer.tmpl
t@@ -0,0 +1,9 @@
+ </div>
+ <footer>
+ <a href='http://www.isc.org/downloads/software-support-policy/isc-license/'>© ISC</a> //
+ <a href='mailto:contact@z3bra.org'>mail</a> <!-- ✉ -->//
+ <a href='http://z3bra.org'>root</a> <!-- ☮ -->//
+ <a href='http://blog.z3bra.org/rss/feed.xml'>rss</a> <!-- ★ -->
+ </footer>
+ </body>
+</html>
(DIR) diff --git a/head.html b/header.tmpl