summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.work>2018-08-16 01:15:47 +0200
committerPatrick Spek <p.spek@tyil.work>2018-08-16 01:15:47 +0200
commit780ce53ede28fc8a719904ef94f0759ba7827894 (patch)
treefa959ad79dff39906b094334ba16498a358d0dc9 /_layouts
parent7701c9b4dbd01034cfbf1bfe8f0d3f0259213511 (diff)
Change the WIP indicator on the post layout
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index b3d68f4..b00fea7 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,11 +6,7 @@ layout: default
<header>
<h1>
{{ page.title }}
- {% if page.wip %}
- <span class="badge badge-warning">
- WIP
- </span>
- {% endif %}
+ {% if page.wip %}<small>(WIP)</small>{% endif %}
</h1>
</header>
<main>