diff options
| -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"> |
