fix: add doctype everywhere in html

This commit is contained in:
Yanislav Igonin 2021-10-16 14:36:52 +03:00
parent fe301b24a2
commit a98d4f1ceb
5 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
{{ template "static" }} {{ template "static" }}

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
{{ template "static" }} {{ template "static" }}

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
{{ template "static" }} {{ template "static" }}

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
{{ template "static" }} {{ template "static" }}

View File

@ -1,5 +1,6 @@
{{ $FirstPost:= index .Thread 0 }} {{ $FirstPost:= index .Thread 0 }}
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
{{ template "static" }} {{ template "static" }}