diff options
| author | mjfernez <mjf@mjfer.net> | 2023-07-14 13:21:13 -0400 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2023-07-14 13:21:13 -0400 | 
| commit | 002118777ddf2f81d2894d81bc7fadc64dbbc36f (patch) | |
| tree | e7552ee092e4f4601c96d3a1c97de5f066b637ec /about/whyami.html | |
| parent | d96c7cad92b025ad80a8fe64f91d1c215272e313 (diff) | |
| download | site-files-002118777ddf2f81d2894d81bc7fadc64dbbc36f.tar.gz | |
Add script to update TOC links
With commit 50b72b5787338ee3c0ef0a4aebfcdf8acf3c3a08 in ezcms,
the default behavior for links changes to open in a new tab. This script
helps override the option for table of content links by updating
"target" to point to "_self"
Diffstat (limited to 'about/whyami.html')
| -rw-r--r-- | about/whyami.html | 13 | 
1 files changed, 7 insertions, 6 deletions
| diff --git a/about/whyami.html b/about/whyami.html index 954b926..601b77f 100644 --- a/about/whyami.html +++ b/about/whyami.html @@ -1,11 +1,11 @@  <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> +<html lang="" xml:lang="" xmlns="http://www.w3.org/1999/xhtml">  <head> -  <meta charset="utf-8" /> -  <meta name="generator" content="pandoc" /> -  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> -  <title>whyami</title> -  <style> +<meta charset="utf-8"/> +<meta content="pandoc" name="generator"/> +<meta content="width=device-width, initial-scale=1.0, user-scalable=yes" name="viewport"/> +<title>whyami</title> +<style>      html {        line-height: 1.5;        font-family: Georgia, serif; @@ -163,3 +163,4 @@ different.</p>  </center>  </body>  </html> + | 
