Hyperlink recipe tag list
[cookbook.git] / cookbook / template / recipe.html
index d5c0f03ef3ce369cd730ac494370d4278dd5b6db..ac7a90ae8f5f8f3affe6ab37ced362c43af0f73d 100644 (file)
@@ -24,7 +24,7 @@
     {% endif %}
     {% if recipe.tags %}
         <span class="detail-field-header">Tags:</span>
-        <span class="detail-field-contents">{{ ', '.join(recipe.tags) }}
+        <span class="detail-field-contents">{{ ', '.join(tag_links) }}
        </span><br/>
     {% endif %}
     </p>