@@ -45,4 +46,4 @@ localeUrl[en] = "/category/:slug"
field: document.getElementById('calendar')
});
-{% endput %}
+{% endput %}
\ No newline at end of file
diff --git a/themes/modern/pages/tag.htm b/themes/modern/pages/tag.htm
new file mode 100644
index 000000000..4f13fe500
--- /dev/null
+++ b/themes/modern/pages/tag.htm
@@ -0,0 +1,48 @@
+title = "Тег"
+url = "/tag/:slug"
+layout = "cms"
+is_hidden = 0
+robot_index = "index"
+robot_follow = "follow"
+
+[viewBag]
+localeUrl[en] = "/tag/:slug"
+localeTitle[en] = "Tag"
+
+[blogTagSearch]
+tag = "{{ :tag }}"
+pagination = 1
+page = "{{ :page }}"
+resultsPerPage = 10
+postPage = "post"
+categoryPage = "category"
+==
+
\ No newline at end of file
+
+
+{% put scripts %}
+
+
+{% endput %}
\ No newline at end of file
diff --git a/themes/modern/partials/tags.htm b/themes/modern/partials/tags.htm
index 9efa9beba..456f74e60 100644
--- a/themes/modern/partials/tags.htm
+++ b/themes/modern/partials/tags.htm
@@ -1,61 +1,17 @@
+[blogTags]
+hideOrphans = 1
+results = 10
+direction = "desc"
+
+[viewBag]
+==
+{% endofr%}
+
+
+
+ {{category.name}}
+
+ {% for item in posts %}
+ {% partial 'post_list_item' post = item %}
+ {% else %}
+ No posts found
+ {% endfor %} + {% partial 'pagination'%} +