Add author's name on tag pages.
This commit is contained in:
parent
7e0c3e2626
commit
08a8095efb
1 changed files with 7 additions and 0 deletions
|
@ -118,6 +118,13 @@ h2, h3
|
|||
>
|
||||
Delete
|
||||
</button>
|
||||
|
||||
{% set author = specific_tag.get_author() %}
|
||||
{% if author is not none %}
|
||||
<p>
|
||||
Author: <a href="/userid/{{author.id}}">{{author.display_name}}</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
</div> <!-- hierarchy_self -->
|
||||
|
||||
{% set parents = specific_tag.get_parents() %}
|
||||
|
|
Loading…
Reference in a new issue