added ceo tags

This commit is contained in:
Alexander Karpov 2023-08-30 11:33:15 +03:00
parent 010c8c5fbd
commit 80099605ff

View File

@ -106,8 +106,11 @@
{% endfor %}
</div>
</div>
{# TODO: add SEO tags here #}
<div style="display:none;">
{% for tag in post.tags.all %}
tag.seo_tags
{% endfor %}
</div>
<script>
function addComment(){
}