Rework plugin to work a bit more cleanly. Add metadata and print blurb at bottom of posts.
This commit is contained in:
parent
e50152d3d1
commit
9cf8456d7c
3 changed files with 18 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue