Пока отключил статьи

This commit is contained in:
NikDizell 2026-02-24 00:35:21 +03:00
parent f449ed8960
commit 2ba5793115

View File

@ -21,7 +21,7 @@ class MenuContextMixin(ContextMixin):
menu = [
{'title': "Главная", 'url_name': 'home'},
{'title': "Проекты", 'url_name': 'solution'},
{'title': "Статьи", 'url_name': 'blog'},
# {'title': "Статьи", 'url_name': 'blog'},
{'title': "Отзывы", 'url_name': 'recall'},
{'title': "Обо мне", 'url_name': 'about'}
]