Moves warning message to _includes/base.njk, adds a home link to posts
This commit is contained in:
@ -5,3 +5,5 @@ templateClass: tmpl-post
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
{{ layoutContent | safe }}
|
||||
|
||||
<p><a href="{{ '/' | url }}">🔙 Home</a></p>
|
Reference in New Issue
Block a user