diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 16:06:14 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 16:06:14 -0600 |
commit | 020e4fd6daf1d3faf607274ea5e08896546ebd67 (patch) | |
tree | ebce9501348648606275d80ed4d2a1d954330efc | |
parent | f16feb5b09c73e4b4326177d28ee16a725d4c94a (diff) |
Fuss with links
-rw-r--r-- | cmd/generate/imworkingon.html.tmpl | 4 | ||||
-rw-r--r-- | public/index.html | 6 | ||||
-rw-r--r-- | public/sponsor/index.html | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl index ba431ee..ac1ff46 100644 --- a/cmd/generate/imworkingon.html.tmpl +++ b/cmd/generate/imworkingon.html.tmpl @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Luke is working on</title> + <title>Luke is working on…</title> <link rel="stylesheet" type="text/css" href="../blog/assets/style.css"> <link rel="stylesheet" type="text/css" href="imworkingon.css"> </head> @@ -12,7 +12,7 @@ <section id="intro"> <h1>Luke is working on<br/><small>improving the GNU/Linux ecosystem</small></h1> <p>If you find this work valuable, please - consider <a href="../sponsor/">sponsoring me.</a></p> + consider <a class="em" href="../sponsor/">sponsoring me</a>.</p> </section> <section id="tags"> diff --git a/public/index.html b/public/index.html index ab0ee42..65f1f9e 100644 --- a/public/index.html +++ b/public/index.html @@ -26,7 +26,7 @@ <h1>Luke T. Shumaker</h1> <aside> - <fieldset><legend><a href="sponsor">sponsor me</a></legend> + <fieldset><legend><a class="em" href="sponsor">sponsor me</a></legend> <a class="donate-btn liberapay" href="https://liberapay.com/lukeshu/donate"> <img src="sponsor/liberapay-icon.svg" @@ -57,10 +57,10 @@ <p>I've been a developer for the <a href="https://parabola.nu/">Parabola GNU/Linux-libre</a> - operating system since 2011, and am also doing <a href="./imworkingon.html">lots + operating system since 2011, and am also doing <a class="em" href="imworkingon">lots of other things</a> to improve the GNU/Linux ecosystem. If you like my work, please - consider <a href="sponsor">sponsoring</a> my + consider <a class="em" href="sponsor">sponsoring</a> my work so that I can keep doing it.</p> <aside> diff --git a/public/sponsor/index.html b/public/sponsor/index.html index f646f1b..d2ddec4 100644 --- a/public/sponsor/index.html +++ b/public/sponsor/index.html @@ -35,7 +35,7 @@ objects (GObject Introspection, which is a terrible name for what it is, BTW).</li> <!--<li>I'm working improving Hi-DPI/variable-DPI support.</li>--> - <li><a href="../imworkingon/">... and more!</a></li> + <li><a class="em" href="../imworkingon/">... and more!</a></li> </ul> <p>Please consider sponsoring my work, so I can continue putting so |