summaryrefslogtreecommitdiffstats
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
parent873f58808f4a77336367b240c94d75562e6a8f36 (diff)
Add doctype and remove baseURL configurations
-rw-r--r--hugo.yaml1
-rw-r--r--layouts/home.html1
2 files changed, 1 insertions, 1 deletions
diff --git a/hugo.yaml b/hugo.yaml
index 20cce70..edb031b 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -1,4 +1,3 @@
-baseURL: "https://a14m.me/"
languageCode: "en"
title: "A14M"
enableRobotsTXT: true
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>