diff options
Diffstat (limited to 'templates')
-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 -%} |