diff --git a/html/404.html b/html/404.html index 6dd5e71..5a175c3 100644 --- a/html/404.html +++ b/html/404.html @@ -2,7 +2,7 @@ 404 - jfa-go - {{ template "header.html" . }} + {{ template "header.txt" . }}
diff --git a/html/admin.html b/html/admin.html index e7ac4a2..38c9d68 100644 --- a/html/admin.html +++ b/html/admin.html @@ -1,7 +1,9 @@ - {{ template "syntaxhighlighting.html" . }} + {{ template "syntaxhighlighting.txt" . }} + Admin - jfa-go + {{ template "header.txt" . }} - Admin - jfa-go - {{ template "header.html" . }} {{ template "login-modal.html" . }} @@ -565,7 +565,7 @@
-
+
{{ template "lang-select.html" . }} @@ -806,7 +806,7 @@ {{ .strings.sendPWR }} {{ .quantityStrings.deleteUser.Singular }}
-
+
diff --git a/html/crash.html b/html/crash.html index 6eb3379..41594fe 100644 --- a/html/crash.html +++ b/html/crash.html @@ -3,7 +3,7 @@ - {{ template "header.html" . }} + {{ template "header.txt" . }} Crash report diff --git a/html/create-success.html b/html/create-success.html index 6de2bd4..71d217b 100644 --- a/html/create-success.html +++ b/html/create-success.html @@ -1,7 +1,7 @@ - {{ template "header.html" . }} + {{ template "header.txt" . }} {{ .strings.successHeader }} - jfa-go diff --git a/html/form.html b/html/form.html index 4625e96..5b6560c 100644 --- a/html/form.html +++ b/html/form.html @@ -1,7 +1,7 @@ - {{ template "header.html" . }} + {{ template "header.txt" . }} {{ if .passwordReset }} {{ .strings.passwordReset }} {{ else }} diff --git a/html/header.html b/html/header.txt similarity index 100% rename from html/header.html rename to html/header.txt diff --git a/html/invalidCode.html b/html/invalidCode.html index f9ab645..358d849 100644 --- a/html/invalidCode.html +++ b/html/invalidCode.html @@ -1,7 +1,7 @@ - {{ template "header.html" . }} + {{ template "header.txt" . }} Invalid Code - jfa-go diff --git a/html/password-reset.html b/html/password-reset.html index 842b71a..434af43 100644 --- a/html/password-reset.html +++ b/html/password-reset.html @@ -1,7 +1,7 @@ - {{ template "header.html" . }} + {{ template "header.txt" . }} {{ .strings.passwordReset }} - jfa-go diff --git a/html/setup.html b/html/setup.html index 9179828..4392d9b 100644 --- a/html/setup.html +++ b/html/setup.html @@ -1,7 +1,7 @@ - {{ template "header.html" . }} + {{ template "header.txt" . }} {{ .lang.Strings.pageTitle }} diff --git a/html/syntaxhighlighting.html b/html/syntaxhighlighting.txt similarity index 100% rename from html/syntaxhighlighting.html rename to html/syntaxhighlighting.txt diff --git a/html/user.html b/html/user.html index 32552ca..0ec72e5 100644 --- a/html/user.html +++ b/html/user.html @@ -17,7 +17,7 @@ window.matrixUserID = "{{ .matrixUser }}"; window.validationStrings = JSON.parse({{ .validationStrings }}); - {{ template "header.html" . }} + {{ template "header.txt" . }} {{ .strings.myAccount }}