diff options
| -rw-r--r-- | lume/src/blog/gokrazy.mdx | 2 | ||||
| -rw-r--r-- | lume/src/blog/series/index.jsx | 2 |
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"> |
