aboutsummaryrefslogtreecommitdiff
path: root/src/fcuny.net/templates/base.html
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-31 13:40:48 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-31 13:40:48 -0700
commit042c50e74c6401e4a5db9eb74bf3cb24a71d7377 (patch)
tree49939757ff0339322331f367afd2e8d6f9a66b6e /src/fcuny.net/templates/base.html
parentinstall firefox extension 'clearurls' (diff)
downloadinfra-042c50e74c6401e4a5db9eb74bf3cb24a71d7377.tar.gz
my website will be managed in an external repository
Diffstat (limited to '')
-rw-r--r--src/fcuny.net/templates/base.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/fcuny.net/templates/base.html b/src/fcuny.net/templates/base.html
deleted file mode 100644
index 5537a36..0000000
--- a/src/fcuny.net/templates/base.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!doctype html>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ lang }}" xml:lang="{{ lang }}">
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
- <link rel="canonical" href="{{- current_url|safe -}}" />
- <link rel="stylesheet" href="/css/custom.css" />
-
- <meta name="author" content="{{- config.author -}}" />
- <meta name="description" content="{%- block description -%}{{- config.description -}}{%- endblock description -%}" />
-
- <title>{% block title %}{{- config.title -}}{% endblock title %}</title>
- </head>
-
- <body>
- <main>{% block content %}{% endblock content %}</main>
- </body>
-</html>