Rework plugin to work a bit more cleanly. Add metadata and print blurb at bottom of posts.

This commit is contained in:
2016-12-24 19:01:43 -05:00
parent e50152d3d1
commit 9cf8456d7c
3 changed files with 18 additions and 6 deletions

View File

@ -12,4 +12,9 @@ layout: default
{{ content }}
</div>
<div class="post-verify">
{% if page.md_file %}
The markdown source for this post is available here: <a href="{{page.md_file}}">{{page.md_file}}</a> <br/>
{% endif %}
</div>
</article>