diff --git a/ChangeLog b/ChangeLog index cb2c972..dcdf3d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ v0.2 (16/03/2014) Add all posts generators Set default font size to 14 for TinyMCE Allow to reference comments with #comment_number + Add a favicon ** Dev ** Add coding information in all py files diff --git a/dynastie/static/images/favicon.png b/dynastie/static/images/favicon.png new file mode 100644 index 0000000..0c5063e Binary files /dev/null and b/dynastie/static/images/favicon.png differ diff --git a/dynastie/templates/base.html b/dynastie/templates/base.html index ffbf96d..a5488e4 100755 --- a/dynastie/templates/base.html +++ b/dynastie/templates/base.html @@ -1,6 +1,7 @@ Dynastie + {% block head %} {% endblock %} diff --git a/dynastie/templates/login.html b/dynastie/templates/login.html index c51043f..7113d81 100755 --- a/dynastie/templates/login.html +++ b/dynastie/templates/login.html @@ -1,6 +1,7 @@ Dynastie +