diff options
author | xengineering <me@xengineering.eu> | 2025-04-07 21:36:41 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-07 21:36:41 +0200 |
commit | 4ee031182475464fe0ecb052882fd50520e6defc (patch) | |
tree | 8189ae0fb64ded64163cfd5edc39086cc6795c42 /web/layouts/baseof.html | |
parent | 1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591 (diff) | |
download | iot-contact-4ee031182475464fe0ecb052882fd50520e6defc.tar iot-contact-4ee031182475464fe0ecb052882fd50520e6defc.tar.zst iot-contact-4ee031182475464fe0ecb052882fd50520e6defc.zip |
Simplify website structure and drop Hugo
A static site generator is currently not really required. A static
index.html is currently sufficient.
Diffstat (limited to 'web/layouts/baseof.html')
-rw-r--r-- | web/layouts/baseof.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web/layouts/baseof.html b/web/layouts/baseof.html deleted file mode 100644 index 96d8e07..0000000 --- a/web/layouts/baseof.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" type="text/css" href="static/simple.css"> - <title>{{ .Site.Title }}</title> - </head> - <body> - {{ block "main" . }}{{end}} - </body> -</html> |