diff --git a/bower.json b/bower.json index ec8a23b..0498016 100644 --- a/bower.json +++ b/bower.json @@ -18,6 +18,7 @@ "google-code-prettify": "~1.0.3", "jquery": "~2.1.3", "lightbox2": "~2.7.1", - "pen": "^0.2.2" + "pen": "^0.2.2", + "pure": "^0.6.0" } } diff --git a/fmartingrcom/themes/v1/templates/_layout.jinja b/fmartingrcom/themes/v1/templates/_layout.jinja index fb51ed8..d682756 100644 --- a/fmartingrcom/themes/v1/templates/_layout.jinja +++ b/fmartingrcom/themes/v1/templates/_layout.jinja @@ -5,6 +5,7 @@ {% compress css %} + {% block stylesheets %} {% endblock %} diff --git a/fmartingrcom/themes/v1/templates/blog/entry.jinja b/fmartingrcom/themes/v1/templates/blog/entry.jinja index 939bb37..f7fa8ef 100644 --- a/fmartingrcom/themes/v1/templates/blog/entry.jinja +++ b/fmartingrcom/themes/v1/templates/blog/entry.jinja @@ -23,6 +23,13 @@
+ {% if request.user.is_superuser %} +
+ + + +
+ {% endif %}