diff options
author | Andrew Godwin | 2022-11-13 16:29:40 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-13 16:29:40 -0700 |
commit | 58a1f970b2604566c1fd5111fbe00aef83a99033 (patch) | |
tree | 44dbfff29829ac23f6e55d6c6f853436a0177baa /templates/activities/_post.html | |
parent | 34b24a0dcb044cb755e201ad1a83253d0690e78e (diff) | |
download | takahe-58a1f970b2604566c1fd5111fbe00aef83a99033.tar.gz takahe-58a1f970b2604566c1fd5111fbe00aef83a99033.tar.bz2 takahe-58a1f970b2604566c1fd5111fbe00aef83a99033.zip |
Post URL/style fixup
Diffstat (limited to 'templates/activities/_post.html')
-rw-r--r-- | templates/activities/_post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/_post.html b/templates/activities/_post.html index a5e637f..38022a7 100644 --- a/templates/activities/_post.html +++ b/templates/activities/_post.html @@ -9,7 +9,7 @@ {% endif %} <time> - <a href="{{ post.urls.view }}"> + <a href="{{ post.url }}"> {% if post.authored %} {{ post.authored | timedeltashort }} {% else %} |