diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/activities/_post.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/templates/activities/_post.html b/templates/activities/_post.html index ffd0032..2ac57f3 100644 --- a/templates/activities/_post.html +++ b/templates/activities/_post.html @@ -8,7 +8,9 @@      {% endif %}      <h3 class="author"> -        {{ post.author.name_or_handle }} <small>@{{ post.author.handle }}</small> +        <a href="{{ post.author.urls.view }}"> +            {{ post.author.name_or_handle }} <small>@{{ post.author.handle }}</small> +        </a>      </h3>      <time>          <a href="{{ post.urls.view }}">{{ post.created | timesince }} ago</a> | 
