diff options
author | Alan Pearce | 2023-04-19 13:59:59 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-19 13:59:59 +0200 |
commit | 699122737c3c933b7bafd8a2043e40c726b4e165 (patch) | |
tree | 51bcee076198187529f3bcbd56059c66249c2f7a /templates/base.html | |
parent | a7892484cd7eb266ba282256bbba6f079b754b5b (diff) | |
download | website-699122737c3c933b7bafd8a2043e40c726b4e165.tar.lz website-699122737c3c933b7bafd8a2043e40c726b4e165.tar.zst website-699122737c3c933b7bafd8a2043e40c726b4e165.zip |
Sorry Terry, you'll have to go
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 00fcd43..f46b79f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,6 @@ <!DOCTYPE html> <html lang="{{ lang | default(value="en-US" ) }}"> <head> - <meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> {% include "favicon.html" ignore missing -%} |