From a98d4f1cebb353fc9d9e22054041bcc85e5041ab Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sat, 16 Oct 2021 14:36:52 +0300 Subject: [PATCH] fix: add doctype everywhere in html --- templates/400.html | 1 + templates/404.html | 1 + templates/500.html | 1 + templates/index.html | 1 + templates/thread.html | 1 + 5 files changed, 5 insertions(+) diff --git a/templates/400.html b/templates/400.html index fc5f5b3..93f9296 100644 --- a/templates/400.html +++ b/templates/400.html @@ -1,3 +1,4 @@ + {{ template "static" }} diff --git a/templates/404.html b/templates/404.html index 707c202..a4b10bf 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,3 +1,4 @@ + {{ template "static" }} diff --git a/templates/500.html b/templates/500.html index e6ffef2..f1a0f32 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,3 +1,4 @@ + {{ template "static" }} diff --git a/templates/index.html b/templates/index.html index 1a42104..85c4c04 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,3 +1,4 @@ + {{ template "static" }} diff --git a/templates/thread.html b/templates/thread.html index a48c756..7822cf4 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -1,5 +1,6 @@ {{ $FirstPost:= index .Thread 0 }} + {{ template "static" }}