delete blog directory
This commit is contained in:
10
templates/blog-page.html
Normal file
10
templates/blog-page.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 id="title" class="title">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
|
||||
<h3 id="subtitle" class="subtitle"><strong>{{ page.authors }} | {{ page.date }} </strong></h3>
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user