Add tagid in metadata area.
This commit is contained in:
parent
9db10289cc
commit
a73a4c611a
1 changed files with 2 additions and 3 deletions
|
@ -125,10 +125,9 @@
|
||||||
|
|
||||||
{% set author = specific_tag.author %}
|
{% set author = specific_tag.author %}
|
||||||
{% if author is not none %}
|
{% if author is not none %}
|
||||||
<p>
|
<p>Author: <a href="/userid/{{author.id}}">{{author.display_name}}</a></p>
|
||||||
Author: <a href="/userid/{{author.id}}">{{author.display_name}}</a>
|
|
||||||
</p>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<p>ID: <a href="/tagid/{{specific_tag.id}}"><code>{{specific_tag.id}}</code></a></p>
|
||||||
</div> <!-- hierarchy_self -->
|
</div> <!-- hierarchy_self -->
|
||||||
|
|
||||||
{% set parents = specific_tag.get_parents() %}
|
{% set parents = specific_tag.get_parents() %}
|
||||||
|
|
Loading…
Reference in a new issue