0045
This commit is contained in:
@@ -10,9 +10,11 @@
|
||||
</head>
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
|
||||
{{ content }}
|
||||
<div class="mainDiv">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
|
||||
{{ content }}
|
||||
</div>
|
||||
{% include footerNavbar.html %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user