diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-08-08 12:57:07 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-08-08 12:57:07 +0200 |
| commit | 573c9d9b60e2c4dca2be6ccd43ac92b8725f4453 (patch) | |
| tree | d543a0625f2361d8bec2f487ea75d306195856af | |
| parent | 8a8edaa2daf37f7c12e21b9199755b5de8e489f5 (diff) | |
website: explicitly declare UTF-8 encoding and use local version of nerdfontsHEADmaster-fmsbw-cimaster
* Should fix some of the Groff-rendered pages which used Unicode symbols.
* Not hotlinking to nerdfonts.com hopefully improves SEO.
Perhaps this prevented indexing!?
| -rwxr-xr-x | www/build.tes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/build.tes b/www/build.tes index 89ac70a..7fb71f7 100755 --- a/www/build.tes +++ b/www/build.tes @@ -17,12 +17,13 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> + <meta charset="utf-8"> <title>SciTECO - <Website> Q[title]</title> <link rel="canonical" href="https://sciteco.fmsbw.de/Q[file]"> <link rel="icon" type="image/x-icon" href="https://sciteco.fmsbw.de/graphics/sciteco.ico"> <meta name="description" content="Advanced TECO dialect and interactive screen editor based on Scintilla"> <style> - @import "https://www.nerdfonts.com/assets/css/webfont.css"; + @import "https://sciteco.fmsbw.de/nerdfonts/css/webfont.css"; .reverse { background-color: black; |
