Prototype post title style
This commit is contained in:
parent
58d06e9f0d
commit
71614e3481
3 changed files with 23 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
layout: base.njk
|
||||
---
|
||||
<h1>{{ title }}</h1>
|
||||
<h3>{{ date }}</h3>
|
||||
<div class="title">
|
||||
<h1>{{ title }}</h1>
|
||||
<time datetime="{{ date | readableDate }}">{{ date | postDate }}</time>
|
||||
</div>
|
||||
<article>
|
||||
{{ content | safe }}
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue