diff options
| author | mjfernez <mjf@mjfer.net> | 2023-12-20 16:55:21 -0500 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2023-12-20 16:55:21 -0500 | 
| commit | 44bbff70a46454ccd099083ad554911fd71ae098 (patch) | |
| tree | 495b13420e38641d99e5a3b18cfdfa5b3164f497 | |
| parent | a035f46f8a45981bf8805968b23d70bc574183a5 (diff) | |
| download | ezcms-44bbff70a46454ccd099083ad554911fd71ae098.tar.gz | |
Add canonical URL. More SEO tags
| -rw-r--r-- | templates/base.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/templates/base.html b/templates/base.html index 686b088..7862e3f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,12 +11,14 @@          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"/> +        mjfernez, mjfernet, mike, fernez, mikefernez, michael, Fernez, +        Mike, Mike Fernez, Michael Fernez"/>          <meta name="author" content="mjfernez">          <meta name="viewport" content="width=device-width, initial-scale=1.0"/>          {% block css%}          <link rel="stylesheet" type="text/css" href="/static/main.css">          <link rel="icon" href="/favicon.ico"> +        <link rel="canonical" href="https://mjfer.net/">          {% endblock %}      </head>      <body><center> | 
