diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-02-22 22:23:27 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-02-22 22:23:27 -0600 |
commit | 174907730bd2175bddc896cb6484918e2e5064f5 (patch) | |
tree | 9e78d8a29eb26d2f4c082841b150215ecdd977fe /assets | |
parent | f90a5869678757b7202334988eeabd96017da533 (diff) |
Make post UUID optional
Diffstat (limited to 'assets')
-rw-r--r-- | assets/error.html | 1 | ||||
-rw-r--r-- | assets/post.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/assets/error.html b/assets/error.html index 789988a..78005bf 100644 --- a/assets/error.html +++ b/assets/error.html @@ -2,4 +2,3 @@ <div class="head"> <h1>%s</h1> </div> - diff --git a/assets/post.html b/assets/post.html index 3749339..bb94b36 100644 --- a/assets/post.html +++ b/assets/post.html @@ -10,4 +10,3 @@ </div> <hr class="hdiv"> </div> - |