diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-04 00:37:27 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-04 00:37:27 +0900 |
| commit | 5c35314280d5793965dff366f9fe68846c4576c8 (patch) | |
| tree | fc2dddb0cb60da0336bae15870e3648f543d0eb1 | |
| parent | 36e0a3f8486bb2a8b288694dcf460a75d0517f57 (diff) | |
| download | nsfisis.dev-5c35314280d5793965dff366f9fe68846c4576c8.tar.gz nsfisis.dev-5c35314280d5793965dff366f9fe68846c4576c8.tar.zst nsfisis.dev-5c35314280d5793965dff366f9fe68846c4576c8.zip | |
fix(blog/content): update post /posts/2021-03-05/my-first-post/
| -rw-r--r-- | services/blog/content/posts/2021-03-05/my-first-post.dj | 2 | ||||
| -rw-r--r-- | services/blog/public/posts/2021-03-05/my-first-post/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/blog/content/posts/2021-03-05/my-first-post.dj b/services/blog/content/posts/2021-03-05/my-first-post.dj index 147683cf..4e562192 100644 --- a/services/blog/content/posts/2021-03-05/my-first-post.dj +++ b/services/blog/content/posts/2021-03-05/my-first-post.dj @@ -92,7 +92,7 @@ H~2~O {+inserted+} {-deleted-} -footenote. [^foo] +footnote. [^foo] [^foo]: foo bar diff --git a/services/blog/public/posts/2021-03-05/my-first-post/index.html b/services/blog/public/posts/2021-03-05/my-first-post/index.html index daa35f82..0d2e20fd 100644 --- a/services/blog/public/posts/2021-03-05/my-first-post/index.html +++ b/services/blog/public/posts/2021-03-05/my-first-post/index.html @@ -178,7 +178,7 @@ </del> </p> <p> - footenote. <sup class="footnote"><a class="footnote" href="#footnote--foo" id="footnoteref--foo">[1]</a></sup> + footnote. <sup class="footnote"><a class="footnote" href="#footnote--foo" id="footnoteref--foo">[1]</a></sup> </p> <div class="admonition"> <div class="admonition-label"> |
