diff --git a/pyproger/static/favicon.ico b/pyproger/static/favicon.ico new file mode 100755 index 0000000..ec3d19a Binary files /dev/null and b/pyproger/static/favicon.ico differ diff --git a/pyproger/templates/blog/base.html b/pyproger/templates/blog/base.html index 3ecdc2e..9933140 100644 --- a/pyproger/templates/blog/base.html +++ b/pyproger/templates/blog/base.html @@ -7,6 +7,7 @@ {% block title %}{% endblock title %} + {% for h in headers %} {{h.content | safe}} {% endfor %}