Call tag_object instead of hand writing this tag.

master
voussoir 2020-09-27 12:14:45 -07:00
parent 08591a717b
commit 5712d6dabd
1 changed files with 8 additions and 9 deletions

View File

@ -104,15 +104,14 @@ h2, h3
{% do tags.remove((specific_tag.name, specific_tag)) %} {% do tags.remove((specific_tag.name, specific_tag)) %}
<div id="hierarchy_self"> <div id="hierarchy_self">
<div id="tag_metadata"> <div id="tag_metadata">
<h2><a <h2>{{tag_object.tag_object(
href="/search?tag_musts={{specific_tag.name}}" specific_tag,
id="name_text" link="search",
class="tag_object" id="name_text",
data-editor-id="name" data_editor_id="name",
data-editor-placeholder="name" data_editor_placeholder="name",
> )}}
{{-specific_tag.name-}} </h2>
</a></h2>
<pre <pre
id="description_text" id="description_text"