From 3ab57c60b89b10255c873d7953f575fd97f49992 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 24 Dec 2020 14:55:39 +0100 Subject: Fixing some issues found with w3 validatators --- base.template.html | 4 ++-- generate | 2 +- index.template.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base.template.html b/base.template.html index e433dba..befcb07 100644 --- a/base.template.html +++ b/base.template.html @@ -1,5 +1,5 @@ - + cacharle @@ -20,7 +20,7 @@ about blog utilities - walks + walks diff --git a/generate b/generate index f2cf919..882d4ef 100755 --- a/generate +++ b/generate @@ -85,7 +85,7 @@ do base_template_link '../../static/css/style.css' | base_template_link 'style.css' > "$util_path/index.html" sed -i'' "// a\ -
  • $title
  • " index.html +
  • $title
  • " index.html echo "Generated utility at $util_path/index.html" done diff --git a/index.template.html b/index.template.html index 4a08f1d..61b0641 100644 --- a/index.template.html +++ b/index.template.html @@ -14,7 +14,7 @@ -- cgit