diff options
| author | Bobby <[email protected]> | 2023-01-08 14:12:57 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-01-08 14:12:57 -0500 |
| commit | ec49caa3214b7fef4ddeb8d2aa759ecf36e13baa (patch) | |
| tree | bc942ed59f2a375d29dceef4b44cd106167aad94 | |
| parent | 4021b20533074498234831b70f5df00811516fbf (diff) | |
| download | thatcomputerscientist-ec49caa3214b7fef4ddeb8d2aa759ecf36e13baa.tar.xz thatcomputerscientist-ec49caa3214b7fef4ddeb8d2aa759ecf36e13baa.zip | |
support for user profiles
| -rw-r--r-- | templates/blog/activity.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/activity.html b/templates/blog/activity.html index c0ced234..c78480fe 100644 --- a/templates/blog/activity.html +++ b/templates/blog/activity.html @@ -32,7 +32,7 @@ {% if activity_recent_comments %} <h1>Recent Comments</h1> - <hr><br><br> + <hr><br> <ul> {% for comment in activity_recent_comments %} <li> |
