From 80099605fff58c0225efc94852a23e001edfbb68 Mon Sep 17 00:00:00 2001 From: Alexander-D-Karpov Date: Wed, 30 Aug 2023 11:33:15 +0300 Subject: [PATCH] added ceo tags --- akarpov/templates/blog/post.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/akarpov/templates/blog/post.html b/akarpov/templates/blog/post.html index 9a12dbe..56410df 100644 --- a/akarpov/templates/blog/post.html +++ b/akarpov/templates/blog/post.html @@ -106,8 +106,11 @@ {% endfor %} - {# TODO: add SEO tags here #} - +
+ {% for tag in post.tags.all %} + tag.seo_tags + {% endfor %} +