Make notices an aside
This commit is contained in:
parent
2b6df27fd7
commit
ce97e103b3
|
|
@ -16,9 +16,9 @@ type: article
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if page.tags contains 'WIP' %}
|
{% if page.tags contains 'WIP' %}
|
||||||
<div class='notice-box'>
|
<aside class='notice-box'>
|
||||||
This page is a work in progress. You can help by <a href='{{ site.github.repository_url }}/blob/gh-pages/{{ page.path | remove: '.html' }}'>suggesting edits</a>!
|
This page is a work in progress. You can help by <a href='{{ site.github.repository_url }}/blob/gh-pages/{{ page.path | remove: '.html' }}'>suggesting edits</a>!
|
||||||
</div>
|
</aside>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class='post-content MarkdownBody' data-js-main-body>
|
<div class='post-content MarkdownBody' data-js-main-body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue