diff options
author | mjfernez <mjf@mjfer.net> | 2023-12-24 12:41:02 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-12-24 12:41:02 -0500 |
commit | 2495b97b0ba33f3e7bf96e09d4a6c8dc7ac5107e (patch) | |
tree | 6ca0ebc918e53f9e74152559f81d18d794dfb960 /templates | |
parent | ad7a378b801b0071182ef3205867d55a7697f775 (diff) | |
download | ezcms-2495b97b0ba33f3e7bf96e09d4a6c8dc7ac5107e.tar.gz |
Update SEO, grab meta descriptions from .desc
Keyword tags are outdated so those have been removed. Descriptions are
more important that SEO. The description of the parent directory is used
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/base.html b/templates/base.html index d1d0c08..a4e8a5d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,15 +4,7 @@ <head> <base target="_blank"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> - <meta name="description" content="a homepage run by an idiot, - full of sound and fury, signifying nothing."/> - <meta name="keywords" content="HTML, web, servers, linux, bsd, - hacking, forensics, tor, anonymity, internet, society, luddite, - futurism, lulz, fun, poetry, games, vidya, thoughts, random, - homepage, email server, web server, sound, fury, shakespeare, - nothing, writing, audio, classical music, video game music, - mjfernez, mjfernet, mike, fernez, mikefernez, michael, Fernez, - Mike, Mike Fernez, Michael Fernez"/> + <meta name="description" content="{{ description }}"/> <meta name="author" content="mjfernez"> <!--<meta name="viewport" content="width=device-width, initial-scale=1.0"/> --> |