diff options
author | EuAndreh <eu@euandre.org> | 2025-04-17 09:22:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-17 09:22:35 -0300 |
commit | b224f2bc62baca061f4956463bbd3343b944177a (patch) | |
tree | 344f650c4eec36fd4fba965edd6fe07aef108b06 | |
parent | src/content/style.css: Add extra code block selecotor due to current adoc(1) ... (diff) | |
download | euandre.org-b224f2bc62baca061f4956463bbd3343b944177a.tar.gz euandre.org-b224f2bc62baca061f4956463bbd3343b944177a.tar.xz |
src/content/blog/: Add missing ids to two leftover footnotes
Diffstat (limited to '')
-rw-r--r-- | src/content/blog/2018/12/21/ytdl-subs.adoc | 2 | ||||
-rw-r--r-- | src/content/blog/2020/10/05/swift2nix.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/content/blog/2018/12/21/ytdl-subs.adoc b/src/content/blog/2018/12/21/ytdl-subs.adoc index 5c4575f..10afbf6 100644 --- a/src/content/blog/2018/12/21/ytdl-subs.adoc +++ b/src/content/blog/2018/12/21/ytdl-subs.adoc @@ -148,7 +148,7 @@ and you'll get all of them in your local machine. [qanda] Offline:: My internet speed it somewhat -reasonable{empty}footnote:[ +reasonable{empty}footnote:internet-speed[ Considering how expensive it is and the many ways it could be better, but also how much it has improved over the last years, I say it's reasonable. ], but it is really unstable. Either at work or at home, it's not uncommon to diff --git a/src/content/blog/2020/10/05/swift2nix.adoc b/src/content/blog/2020/10/05/swift2nix.adoc index ba0125f..9a3c6fe 100644 --- a/src/content/blog/2020/10/05/swift2nix.adoc +++ b/src/content/blog/2020/10/05/swift2nix.adoc @@ -185,7 +185,7 @@ allows package managers to provide an API so that external tools can create mirrors, offline builds, other registries, isolated builds, _etc._ "*2nix" tools should build simple functions that leverage that -`local-registry.json`{empty}footnote:[ +`local-registry.json`{empty}footnote:local-registry[ This `local-registry.json` file doesn't have to be checked-in the repository at all. It could be always generated on the fly, much like how Swift's `dependencies-state.json` is. |