diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 11:29:45 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 11:29:45 +0100 |
commit | 3bba31258760eb4ecbc3ebd38b3cd5123c6b5fdd (patch) | |
tree | 54b91cf24783fe99455d8f57b333a66d5caf1e10 | |
parent | f916fc4e7902308d1b499ed5f37d519446dbe7dd (diff) |
update
-rw-r--r-- | content/blog/WASM_openbsd_chromium.md | 1 | ||||
-rw-r--r-- | themes/problematic/layouts/partials/posts.html | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/content/blog/WASM_openbsd_chromium.md b/content/blog/WASM_openbsd_chromium.md index 2b1693e..b29f200 100644 --- a/content/blog/WASM_openbsd_chromium.md +++ b/content/blog/WASM_openbsd_chromium.md @@ -2,6 +2,7 @@ title: "Enable WASM in OpenBSD Chromium" date: 2021-05-17T20:54:01+01:00 draft: false +categories: ['Computing'] --- We all need to be able to use Zoom nowadays, as much as I hate it. diff --git a/themes/problematic/layouts/partials/posts.html b/themes/problematic/layouts/partials/posts.html index 191f449..e31bf6c 100644 --- a/themes/problematic/layouts/partials/posts.html +++ b/themes/problematic/layouts/partials/posts.html @@ -5,7 +5,8 @@ <h3>{{ $key | title }}</h3> <ul> - + + {{ range where site.RegularPages ".Params.categories" "intersect" (slice ($key |title)) }} <li><a href="{{ .Permalink }}">{{ .Title }}</a></li> {{ end }} |