summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 16:02:34 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 16:02:48 -0600
commite2ff614dcee1225a53317e90d262817ca4b36b57 (patch)
tree6148c0487eb41fe857fe3307c5b8791679558be8
parent816165d16faec8692d3dbbd80bc6497f13f4997e (diff)
parent924a33cd51fe8baf3f325a5296e53bf823f90e10 (diff)
make: Add a "please sponsor me" beg banner to the footerpre-generated
-rw-r--r--page.html.erb4
-rw-r--r--public/arch-systemd.html4
-rw-r--r--public/assets/style.css16
-rw-r--r--public/bash-arrays.html4
-rw-r--r--public/bash-redirection.html4
-rw-r--r--public/btrfs-rec.html4
-rw-r--r--public/build-bash-1.html4
-rw-r--r--public/crt-sh-architecture.html4
-rw-r--r--public/emacs-as-an-os.html4
-rw-r--r--public/emacs-shells.html4
-rw-r--r--public/fd_printf.html4
-rw-r--r--public/fs-licensing-explanation.html4
-rw-r--r--public/git-go-pre-commit.html4
-rw-r--r--public/http-notes.html4
-rw-r--r--public/index.html4
-rw-r--r--public/java-segfault-redux.html4
-rw-r--r--public/java-segfault.html4
-rw-r--r--public/kbd-xmodmap.html4
-rw-r--r--public/lp2015-videos.html4
-rw-r--r--public/make-memoize.html4
-rw-r--r--public/nginx-mediawiki.html4
-rw-r--r--public/pacman-overview.html4
-rw-r--r--public/poor-system-documentation.html4
-rw-r--r--public/posix-pricing.html4
-rw-r--r--public/purdue-cs-login.html4
-rw-r--r--public/rails-improvements.html4
-rw-r--r--public/ryf-routers.html4
-rw-r--r--public/term-colors.html4
-rw-r--r--public/what-im-working-on-fall-2014.html4
-rw-r--r--public/x11-systemd.html4
30 files changed, 132 insertions, 0 deletions
diff --git a/page.html.erb b/page.html.erb
index 71378a5..69ccc3a 100644
--- a/page.html.erb
+++ b/page.html.erb
@@ -12,6 +12,10 @@
<%= @page.content %>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<%= @page.rights %>
</footer>
</body>
diff --git a/public/arch-systemd.html b/public/arch-systemd.html
index 5528cdc..30d089c 100644
--- a/public/arch-systemd.html
+++ b/public/arch-systemd.html
@@ -71,6 +71,10 @@ href="#fnref2" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2012 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/assets/style.css b/public/assets/style.css
index 1dbdb3d..f345dc1 100644
--- a/public/assets/style.css
+++ b/public/assets/style.css
@@ -165,3 +165,19 @@ a {
a:hover, a:focus {
text-decoration: underline;
}
+
+a.em, a.em:visited {
+ color: #0000ee;
+ font-weight: bold;
+}
+
+/* beg banner */
+
+aside.sponsor {
+ margin: 0 auto;
+ width: 80%;
+ font-size: 142%;
+ padding: 1em 1.5em;
+ background: #DDDDFF;
+ font-weight: bold;
+}
diff --git a/public/bash-arrays.html b/public/bash-arrays.html
index 4985036..5e79064 100644
--- a/public/bash-arrays.html
+++ b/public/bash-arrays.html
@@ -397,6 +397,10 @@ since 1996!</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2013 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/bash-redirection.html b/public/bash-redirection.html
index d6c7d70..f846a61 100644
--- a/public/bash-redirection.html
+++ b/public/bash-redirection.html
@@ -48,6 +48,10 @@ cmd &gt;file 2&gt;&amp;1 # both stdout and stderr go to file</code></pre>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2014 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/btrfs-rec.html b/public/btrfs-rec.html
index e7bf199..9ecaec8 100644
--- a/public/btrfs-rec.html
+++ b/public/btrfs-rec.html
@@ -1164,6 +1164,10 @@ that we can get ARC into the Linux kernel before then?</p></li>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2023 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/build-bash-1.html b/public/build-bash-1.html
index eaa6560..02206be 100644
--- a/public/build-bash-1.html
+++ b/public/build-bash-1.html
@@ -97,6 +97,10 @@ exponential function.</li>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2015 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/crt-sh-architecture.html b/public/crt-sh-architecture.html
index ff46bcd..a0a2840 100644
--- a/public/crt-sh-architecture.html
+++ b/public/crt-sh-architecture.html
@@ -74,6 +74,10 @@ were worth sharing.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2018 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/emacs-as-an-os.html b/public/emacs-as-an-os.html
index d9a2522..5218245 100644
--- a/public/emacs-as-an-os.html
+++ b/public/emacs-as-an-os.html
@@ -43,6 +43,10 @@ to do that all over the network.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2013 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/emacs-shells.html b/public/emacs-shells.html
index 083aa74..66035f7 100644
--- a/public/emacs-shells.html
+++ b/public/emacs-shells.html
@@ -74,6 +74,10 @@ or bash, it will be running “esh”, part of Emacs.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2013 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/fd_printf.html b/public/fd_printf.html
index 3b50f06..2bc55a4 100644
--- a/public/fd_printf.html
+++ b/public/fd_printf.html
@@ -49,6 +49,10 @@ results.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2013 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="http://www.wtfpl.net/txt/copying/">WTFPL-2</a> license.</p>
</footer>
diff --git a/public/fs-licensing-explanation.html b/public/fs-licensing-explanation.html
index 20e89d6..f84f5ac 100644
--- a/public/fs-licensing-explanation.html
+++ b/public/fs-licensing-explanation.html
@@ -67,6 +67,10 @@ source.”</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2013 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/git-go-pre-commit.html b/public/git-go-pre-commit.html
index 460c594..8b81f61 100644
--- a/public/git-go-pre-commit.html
+++ b/public/git-go-pre-commit.html
@@ -58,6 +58,10 @@ remember why I did that, I will update this page.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2013 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="http://www.wtfpl.net/txt/copying/">WTFPL-2</a> license.</p>
</footer>
diff --git a/public/http-notes.html b/public/http-notes.html
index 4bb28fc..7828a1d 100644
--- a/public/http-notes.html
+++ b/public/http-notes.html
@@ -119,6 +119,10 @@ as OPTIONS for the entire server.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2016 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/index.html b/public/index.html
index 80330d1..9fa4930 100644
--- a/public/index.html
+++ b/public/index.html
@@ -84,6 +84,10 @@ Linux’s switch to systemd means for users</a></li>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/java-segfault-redux.html b/public/java-segfault-redux.html
index 87f95bf..41328df 100644
--- a/public/java-segfault-redux.html
+++ b/public/java-segfault-redux.html
@@ -206,6 +206,10 @@ solution to me.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2016 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/java-segfault.html b/public/java-segfault.html
index fa5f55e..2344acf 100644
--- a/public/java-segfault.html
+++ b/public/java-segfault.html
@@ -108,6 +108,10 @@ the fix.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2014 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/kbd-xmodmap.html b/public/kbd-xmodmap.html
index d3a32ef..fdede30 100644
--- a/public/kbd-xmodmap.html
+++ b/public/kbd-xmodmap.html
@@ -228,6 +228,10 @@ files nicer:</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2018 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/lp2015-videos.html b/public/lp2015-videos.html
index 8ec75f2..0445e7d 100644
--- a/public/lp2015-videos.html
+++ b/public/lp2015-videos.html
@@ -26,6 +26,10 @@ the video I took</a>.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2015 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/make-memoize.html b/public/make-memoize.html
index 76aad75..ae3da5f 100644
--- a/public/make-memoize.html
+++ b/public/make-memoize.html
@@ -81,6 +81,10 @@ wrote one that you can use.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2014 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="http://www.wtfpl.net/txt/copying/">WTFPL-2</a> license.</p>
</footer>
diff --git a/public/nginx-mediawiki.html b/public/nginx-mediawiki.html
index c046e14..8d677f2 100644
--- a/public/nginx-mediawiki.html
+++ b/public/nginx-mediawiki.html
@@ -75,6 +75,10 @@ figure it out.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2015 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/pacman-overview.html b/public/pacman-overview.html
index a4bc3d1..c5e3114 100644
--- a/public/pacman-overview.html
+++ b/public/pacman-overview.html
@@ -50,6 +50,10 @@ system.</li>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2013 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/poor-system-documentation.html b/public/poor-system-documentation.html
index fb731d9..7d6088c 100644
--- a/public/poor-system-documentation.html
+++ b/public/poor-system-documentation.html
@@ -45,6 +45,10 @@ the worst of both worlds, and a few problems of its own.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2012 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/posix-pricing.html b/public/posix-pricing.html
index a0bed38..40d229b 100644
--- a/public/posix-pricing.html
+++ b/public/posix-pricing.html
@@ -36,6 +36,10 @@ is “POSIX-2008, 2016 edition.”</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2018 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/purdue-cs-login.html b/public/purdue-cs-login.html
index 31dc1b8..934af4e 100644
--- a/public/purdue-cs-login.html
+++ b/public/purdue-cs-login.html
@@ -183,6 +183,10 @@ SunOS is NOT GNU/Linux, and sun4u is NOT x86.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2015 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/rails-improvements.html b/public/rails-improvements.html
index 3045329..8b02cef 100644
--- a/public/rails-improvements.html
+++ b/public/rails-improvements.html
@@ -91,6 +91,10 @@ like.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2014 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/ryf-routers.html b/public/ryf-routers.html
index 0ccde89..e964fb1 100644
--- a/public/ryf-routers.html
+++ b/public/ryf-routers.html
@@ -42,6 +42,10 @@ distributions, not for technical reasons, but lack of manpower).</li>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2014 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/term-colors.html b/public/term-colors.html
index 64ad1a2..4a8d866 100644
--- a/public/term-colors.html
+++ b/public/term-colors.html
@@ -44,6 +44,10 @@ the same time, so you actually get 256+18 colors.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2013 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/what-im-working-on-fall-2014.html b/public/what-im-working-on-fall-2014.html
index 2b56ecd..efc293a 100644
--- a/public/what-im-working-on-fall-2014.html
+++ b/public/what-im-working-on-fall-2014.html
@@ -145,6 +145,10 @@ implemented.</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2014 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
diff --git a/public/x11-systemd.html b/public/x11-systemd.html
index 83529a6..a238c73 100644
--- a/public/x11-systemd.html
+++ b/public/x11-systemd.html
@@ -375,6 +375,10 @@ was Parabola’s packager for Iceweasel and IceCat).</p>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+
<p>The content of this page is Copyright © 2016 <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>