diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-01-15 18:20:13 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-01-15 18:20:13 +0100 |
| commit | 2e56a4ca5bffa9fbe4870a6ccb4a9b6f10050c71 (patch) | |
| tree | 0df4413cf11699ae199e3aad018ef1e21cb6b8d8 | |
| parent | 873f58808f4a77336367b240c94d75562e6a8f36 (diff) | |
Add doctype and remove baseURL configurations
| -rw-r--r-- | hugo.yaml | 1 | ||||
| -rw-r--r-- | layouts/home.html | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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> |
