summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2024-01-15 18:20:13 +0100
committerAhmed Abdelhalim <[email protected]>2024-01-15 18:20:13 +0100
commit2e56a4ca5bffa9fbe4870a6ccb4a9b6f10050c71 (patch)
tree0df4413cf11699ae199e3aad018ef1e21cb6b8d8 /layouts
parent873f58808f4a77336367b240c94d75562e6a8f36 (diff)
Add doctype and remove baseURL configurations
Diffstat (limited to 'layouts')
-rw-r--r--layouts/home.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/home.html b/layouts/home.html
index d937da3..4921891 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>
<title>{{ .Site.Title }}</title>