Make notices an aside

This commit is contained in:
Rico Sta. Cruz 2017-08-30 22:09:13 +08:00
parent 2b6df27fd7
commit ce97e103b3
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ type: article
</div>
{% 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>!
</div>
</aside>
{% endif %}
<div class='post-content MarkdownBody' data-js-main-body>