Moves warning message to _includes/base.njk, adds a home link to posts

This commit is contained in:
Zach Leatherman
2018-01-25 23:36:31 -06:00
parent 545f203d33
commit afedb08c02
3 changed files with 11 additions and 9 deletions

View File

@ -5,3 +5,5 @@ templateClass: tmpl-post
<h1>{{ title }}</h1>
{{ layoutContent | safe }}
<p><a href="{{ '/' | url }}">🔙 Home</a></p>