diff options
author | Andrew Yu <andrew@andrewyu.org> | 2023-06-21 22:25:54 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:31:15 +0800 |
commit | 1a0fd426b79d4451fb96a8d2845fe4d062a79f96 (patch) | |
tree | a54beeff5e1cf3c7ad8f74d49db7b2778b18986e | |
parent | 2c10b022ab909df137be1e3dc979c82a4ccdd726 (diff) | |
download | www-1a0fd426b79d4451fb96a8d2845fe4d062a79f96.tar.gz |
Add missing <hr /> for the last post, on microblog
-rw-r--r-- | microblog/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/microblog/index.html b/microblog/index.html index 2066bce..b30b61e 100644 --- a/microblog/index.html +++ b/microblog/index.html @@ -11,6 +11,7 @@ <p id="intro"> This is my <i>microblog</i>, a place for me to jot down random thoughts that I want to keep, but are too small enough to constitute a real article/post. </p> + <hr /> <p id="5"> As much as I believe in determinism, I do not believe that humans have capacity to pre-determine their own fate. <a href="https://www.andrewyu.org/microblog/#5">(5)</a> |