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 /tutorials/www/how-to-use-the-internet.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 'tutorials/www/how-to-use-the-internet.html')
| -rw-r--r-- | tutorials/www/how-to-use-the-internet.html | 29 | 
1 files changed, 15 insertions, 14 deletions
| diff --git a/tutorials/www/how-to-use-the-internet.html b/tutorials/www/how-to-use-the-internet.html index 88692cf..b687394 100644 --- a/tutorials/www/how-to-use-the-internet.html +++ b/tutorials/www/how-to-use-the-internet.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>how-to-use-the-internet</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>how-to-use-the-internet</title> +<style>      html {        line-height: 1.5;        font-family: Georgia, serif; @@ -159,21 +159,21 @@  <nav id="TOC" role="doc-toc">  <h2 id="toc-title">Contents</h2>  <ul> -<li><a href="#why">Why?</a></li> -<li><a href="#how-to-use-a-web-browser">How to use a web +<li><a href="#why" target="_self">Why?</a></li> +<li><a href="#how-to-use-a-web-browser" target="_self">How to use a web  browser</a></li> -<li><a href="#how-to-use-a-search-engine">How to use a search +<li><a href="#how-to-use-a-search-engine" target="_self">How to use a search  engine</a></li> -<li><a href="#how-to-read-and-find-scholarly-articles">How to read and +<li><a href="#how-to-read-and-find-scholarly-articles" target="_self">How to read and  find scholarly articles</a>  <ul> -<li><a href="#how-to-use-wikipedia">How to use Wikipedia</a></li> -<li><a href="#how-to-find-articles-with-google-scholar">How to find +<li><a href="#how-to-use-wikipedia" target="_self">How to use Wikipedia</a></li> +<li><a href="#how-to-find-articles-with-google-scholar" target="_self">How to find  articles with Google Scholar</a></li>  </ul></li> -<li><a href="#advanced-topics">Advanced Topics</a> +<li><a href="#advanced-topics" target="_self">Advanced Topics</a>  <ul> -<li><a href="#how-to-use-tor-to-browse-anonymously">How to use tor to +<li><a href="#how-to-use-tor-to-browse-anonymously" target="_self">How to use tor to  browse anonymously</a></li>  </ul></li>  </ul> @@ -241,3 +241,4 @@ is provided as well, but this is most effective when using hidden  services, not using Tor in general.</p>  </body>  </html> + | 
