diff options
Diffstat (limited to 'blog/post.html')
-rw-r--r-- | blog/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/post.html b/blog/post.html index 2e81e4e..48d5c59 100644 --- a/blog/post.html +++ b/blog/post.html @@ -49,7 +49,7 @@ </div> <h1 style="text-align: left; margin: 0;" id="title">Loading title...</h1> <span style="margin-bottom: 0.5rem;" id="description">Description</span><br> - <span class="half-opacity-text"><i class="fa-solid fa-calendar-days"></i> <span id="date">Date</span></span><br> + <span class="half-opacity-text"><i class="fa-solid fa-calendar-days"></i> <span id="date">Date</span></span> <span class="half-opacity-text"><i class="fa-solid fa-user"></i> Written by <span class="colored-text" id="author">Author</span></span> </div> </div> |