diff --git a/madblog/templates/article.html b/madblog/templates/article.html index 4aa9ebc..97d4a75 100644 --- a/madblog/templates/article.html +++ b/madblog/templates/article.html @@ -1,4 +1,4 @@ -{% with title=title or 'Platypush blog', skip_header=skip_header, styles=['/css/blog.css', '/css/code.css'] %} +{% with title=title or config.title or 'Blog', skip_header=skip_header or not config.header, styles=['/css/blog.css', '/css/code.css'] %} {% include 'common-head.html' %} {% endwith %} diff --git a/madblog/templates/common-head.html b/madblog/templates/common-head.html index 4bdbb27..70ff268 100644 --- a/madblog/templates/common-head.html +++ b/madblog/templates/common-head.html @@ -16,7 +16,7 @@