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/faq.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/faq.html')
-rw-r--r-- | about/faq.html | 42 |
1 files changed, 19 insertions, 23 deletions
diff --git a/about/faq.html b/about/faq.html index 994d8a8..9db881f 100644 --- a/about/faq.html +++ b/about/faq.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>faq</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>faq</title> +<style> html { line-height: 1.5; font-family: Georgia, serif; @@ -159,28 +159,25 @@ <nav id="TOC" role="doc-toc"> <h2 id="toc-title">Contents</h2> <ul> -<li><a href="#frequently-anticipated-questions">Frequently Anticipated +<li><a href="#frequently-anticipated-questions" target="_self">Frequently Anticipated Questions</a> <ul> -<li><a href="#questions-noone-asked-but-could-maybe">Questions noone +<li><a href="#questions-noone-asked-but-could-maybe" target="_self">Questions noone asked, but could maybe</a> <ul> -<li><a -href="#why-bother-running-a-tor-hidden-service-if-youre-gonna-put-your-full-name-on-it"><em>Why +<li><a href="#why-bother-running-a-tor-hidden-service-if-youre-gonna-put-your-full-name-on-it" target="_self"><em>Why bother running a Tor hidden service if you're gonna put your full name on it?</em></a></li> -<li><a href="#how-come-i-cant-access-your-main-domain"><em>How come I +<li><a href="#how-come-i-cant-access-your-main-domain" target="_self"><em>How come I can't access your main domain?</em></a></li> -<li><a href="#you-wrote-all-this-in-vim-why-tho"><em>You wrote all this +<li><a href="#you-wrote-all-this-in-vim-why-tho" target="_self"><em>You wrote all this in vim? Why tho?</em></a></li> -<li><a href="#why-openbsd"><em>Why OpenBSD?</em></a></li> -<li><a -href="#why-bother-making-your-site-from-scratch-it-looks-like-crap"><em>Why +<li><a href="#why-openbsd" target="_self"><em>Why OpenBSD?</em></a></li> +<li><a href="#why-bother-making-your-site-from-scratch-it-looks-like-crap" target="_self"><em>Why bother making your site from scratch? It looks like crap</em></a></li> -<li><a href="#why-does-your-rss-feed-update-me-on-old-stuff"><em>Why +<li><a href="#why-does-your-rss-feed-update-me-on-old-stuff" target="_self"><em>Why does your RSS feed update me on old stuff?</em></a></li> -<li><a -href="#why-is-this-site-public-domain-what-does-that-mean"><em>Why is +<li><a href="#why-is-this-site-public-domain-what-does-that-mean" target="_self"><em>Why is this site public domain? What does that mean?</em></a></li> </ul></li> </ul></li> @@ -190,8 +187,7 @@ this site public domain? What does that mean?</em></a></li> Questions</h1> <h2 id="questions-noone-asked-but-could-maybe">Questions noone asked, but could maybe</h2> -<h3 -id="why-bother-running-a-tor-hidden-service-if-youre-gonna-put-your-full-name-on-it"><em>Why +<h3 id="why-bother-running-a-tor-hidden-service-if-youre-gonna-put-your-full-name-on-it"><em>Why bother running a Tor hidden service if you're gonna put your full name on it?</em></h3> <p>One, because I think hidden services are neat and I thought it'd be @@ -224,7 +220,7 @@ terminal lately that I'm used to it.</p> <h3 id="why-openbsd"><em>Why OpenBSD?</em></h3> <p>Honestly, I though the fish was cool.</p> <figure> -<img src="/static/puffy.gif" alt="puffy" /> +<img alt="puffy" src="/static/puffy.gif"/> <figcaption aria-hidden="true">puffy</figcaption> </figure> <p>I don't know the artist of that one unfortunately, I just found it on @@ -234,8 +230,7 @@ something different? It's pretty cool as a server OS. Just a lot of homework. I'm sure it's good as a desktop/laptop one too, but it's not different enough for me to move all my data.</p> <p>For what it's worth, I use Debian sid for a daily driver.</p> -<h3 -id="why-bother-making-your-site-from-scratch-it-looks-like-crap"><em>Why +<h3 id="why-bother-making-your-site-from-scratch-it-looks-like-crap"><em>Why bother making your site from scratch? It looks like crap</em></h3> <p>Eh. I feel like if what I say isn't interesting, prettying it up won't help keep attention that much. I like simple sites like this one. @@ -282,3 +277,4 @@ copyright; I tend to link stuff that is generally pretty free to use, though.</p> </body> </html> + |