some styling
This commit is contained in:
parent
c2595ed3f2
commit
d2888356b4
4 changed files with 57 additions and 27 deletions
|
@ -2,10 +2,12 @@
|
|||
layout: 'base.njk'
|
||||
---
|
||||
|
||||
<div class="blog-main">
|
||||
<h1>{{title}}</h1>
|
||||
<small>{{date}} {% if modified !== date %}(Last modified: {{modified}}){% endif %}</small> </br>
|
||||
<a href="/blog/"><- Back to posts list</a>
|
||||
<div class="blog">
|
||||
<div class="blog-header">
|
||||
<h1>{{title}}</h1>
|
||||
<small>{{date}} {% if modified !== date %}(Last modified: {{modified}}){% endif %}</small> </br>
|
||||
<a href="/blog/"><- Back to posts list</a>
|
||||
</div>
|
||||
<div class="blog-content">
|
||||
{{content | safe}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue