diff --git a/project/templates/feed/vacancies.html b/project/templates/feed/vacancies.html index 4ba323c..c1ecd0d 100644 --- a/project/templates/feed/vacancies.html +++ b/project/templates/feed/vacancies.html @@ -14,4 +14,8 @@ -{% endblock %} \ No newline at end of file +{% endblock %} +{% block meta %} + {{ super() }} + +{% endblock %} diff --git a/project/templates/pages/about.html b/project/templates/pages/about.html index 1feaab1..2138d9a 100644 --- a/project/templates/pages/about.html +++ b/project/templates/pages/about.html @@ -7,3 +7,7 @@ {% endblock %} +{% block meta %} + {{ super() }} + +{% endblock %} diff --git a/project/templates/pages/contacts.html b/project/templates/pages/contacts.html index 36c1875..d9a8ed5 100644 --- a/project/templates/pages/contacts.html +++ b/project/templates/pages/contacts.html @@ -10,3 +10,7 @@ {% endblock %} +{% block meta %} + {{ super() }} + +{% endblock %} diff --git a/project/templates/pages/projects.html b/project/templates/pages/projects.html index b592d03..ee9ee16 100644 --- a/project/templates/pages/projects.html +++ b/project/templates/pages/projects.html @@ -8,3 +8,7 @@ {% endblock %} +{% block meta %} + {{ super() }} + +{% endblock %}