aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-10-14 11:59:10 -0400
committerXe Iaso <me@xeiaso.net>2023-10-14 11:59:10 -0400
commitf44dab0277d67e3df391ba3e1bba98faaf4f5ad1 (patch)
tree32b18404b9da204491633c8fd5c735f2c5a99f20
parentfbad2a27a097845764e5b753f810b403f34c10c0 (diff)
downloadxesite-f44dab0277d67e3df391ba3e1bba98faaf4f5ad1.tar.xz
xesite-f44dab0277d67e3df391ba3e1bba98faaf4f5ad1.zip
blog/series: remove TODO text
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--lume/src/blog/gokrazy.mdx2
-rw-r--r--lume/src/blog/series/index.jsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/lume/src/blog/gokrazy.mdx b/lume/src/blog/gokrazy.mdx
index f704b99..29daacd 100644
--- a/lume/src/blog/gokrazy.mdx
+++ b/lume/src/blog/gokrazy.mdx
@@ -11,7 +11,7 @@ hero:
file: vroom
---
-<span className="text-3xl mt-4">I work for Tailscale at the time of writing this article. I wrote this on my own time out of my own volition.</span>
+<span className="text-3xl mt-4">I worked for Tailscale at the time of writing this article. I wrote this on my own time out of my own volition.</span>
When you deal with Linux, you end up hearing about "distributions" as different "flavors" of Linux combined with a bunch of other tools. This is mostly true, but it's slightly missing the forest for the trees.
diff --git a/lume/src/blog/series/index.jsx b/lume/src/blog/series/index.jsx
index 1e5cbb8..9c01c1d 100644
--- a/lume/src/blog/series/index.jsx
+++ b/lume/src/blog/series/index.jsx
@@ -8,7 +8,7 @@ export default ({ seriesDescriptions }) => {
<>
<h1 className="text-3xl mb-4">{title}</h1>
<p className="mb-4">
- TODO: filler text here
+ Some posts of mine are intended to be read in order. This is a list of all the series I have written along with a little description of what it's about.
</p>
<ul class="list-disc ml-4 mb-4">