Add development styles and DRAFT tags; update layout of list and single templates

This commit is contained in:
Eryn Wells 2021-12-26 13:04:55 -07:00
parent 9d428d8913
commit 7cf5efa991
5 changed files with 54 additions and 28 deletions

View file

@ -0,0 +1,3 @@
{{ if in (.Site.BaseURL | string) "localhost" }}
{{ if .IsDraft }}<span class="draft">draft</span>{{ end }}
{{ end }}