diff options
author | Bradley Taunt <bt@btxx.org> | 2024-02-02 08:14:40 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-02-02 08:14:40 -0500 |
commit | 8d921a2159bc00f9ec97f75ccb94baf85b3fcecd (patch) | |
tree | 7dc2be2c4f133f34df465cc03815d38324aec60c /_output/blog/pblog-launch.html | |
parent | 85f2c8d0d69ac0195bf6a20e396077dee0e9aefa (diff) |
Minor updates to links, README and homepage
Diffstat (limited to '_output/blog/pblog-launch.html')
-rw-r--r-- | _output/blog/pblog-launch.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/_output/blog/pblog-launch.html b/_output/blog/pblog-launch.html index 754aff0..7f39a27 100644 --- a/_output/blog/pblog-launch.html +++ b/_output/blog/pblog-launch.html @@ -11,8 +11,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -20,9 +23,6 @@ .display.math{display: block; text-align: center; margin: 0.5rem auto;} </style> <link rel="stylesheet" href="../style.css" /> - <!--[if lt IE 9]> - <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> - <![endif]--> </head> <body> <!-- Content placed here will appear directly after the opening <body> tag --> @@ -30,7 +30,7 @@ <a href="/">Home</a><span> / </span> <a href="/blog">Blog</a><span> / </span> <a href="/tweaks.html">Tweaks</a><span> / </span> - <a href="https://git.sr.ht/~bt/pblog">Download</a> + <a href="https://git.btxx.org/pblog">Download</a> </nav> <!-- Do not remove this opening article element --> <article> @@ -39,7 +39,7 @@ <p class="date">Thu, 30 Jun 2022</p> </header> <p>It’s time to celebrate! The official launch of <code>pblog</code> happened today.</p> -<p>There isn’t much else to say. All details and instructions on how to start your own pblog can be found on the <a href="https://pblog.bt.ht">main homepage for this project</a>.</p> +<p>There isn’t much else to say. All details and instructions on how to start your own pblog can be found on the <a href="https://pblog.btxx.org">main homepage for this project</a>.</p> <p>Thanks for reading!</p> </article><!-- Do not remove this closing article element --> @@ -47,7 +47,7 @@ <footer> <br> <hr> - <p><small>Powered by <a href="https://pblog.bt.ht">pblog</a><br> + <p><small>Powered by <a href="https://pblog.btxx.org">pblog</a><br> Made with ♥ for a simpler web.</small></p> </footer> </body> |