implement scss. begin work on styling
This commit is contained in:
parent
af0f3e6268
commit
c2595ed3f2
8 changed files with 501 additions and 39 deletions
|
@ -2,7 +2,11 @@
|
|||
layout: 'base.njk'
|
||||
---
|
||||
|
||||
<h1>{{title}}</h1>
|
||||
<small>{{date}} {% if modified !== date %}(Last modified: {{modified}}){% endif %}</small> </br>
|
||||
<a href="/blog/"><- Back to posts list</a>
|
||||
{{content | safe}}
|
||||
<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-content">
|
||||
{{content | safe}}
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue