diff --git a/settings.yml b/settings.yml index 7ecec97..9618d3c 100644 --- a/settings.yml +++ b/settings.yml @@ -1,6 +1,6 @@ rophako: site: - debug: false + debug: true site_name: kirsle.net site_root: ../www security: diff --git a/www/layout.html b/www/layout.html index 40bdbf1..0b8c51f 100644 --- a/www/layout.html +++ b/www/layout.html @@ -160,6 +160,7 @@
  • » Admin Center
  • {% endif %}
  • » Update Blog
  • +
  • » Drafts/Private
  • {% if "impersonator" in session %}
  • » Unimpersonate
  • {% endif %} diff --git a/www/solar/ui.css b/www/solar/ui.css index 85cf439..e015846 100644 --- a/www/solar/ui.css +++ b/www/solar/ui.css @@ -377,6 +377,23 @@ div.siikir-avatar { margin: auto; } +.blog-entry-private, .blog-entry-draft, .blog-entry-sticky { + font-weight: bold; + font-style: normal; +} + +.blog-entry-private { + color: #FF9900; +} + +.blog-entry-draft { + color: #00FFFF; +} + +.blog-entry-sticky { + color: #FF99FF; +} + /* Timestamp and author line below blog titles */ .blog-timestamp { font-size: smaller;