Load HTML templates and SCSS styling
This commit is contained in:
parent
8daaa1b330
commit
d347551455
10 changed files with 581 additions and 22 deletions
9
templates/fullpost.html
Normal file
9
templates/fullpost.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<article>
|
||||
<date>{{metadata.date}}</date>
|
||||
<h1>{{metadata.title}}</h1>
|
||||
<h2>{{metadata.summary}}</h2>
|
||||
<section class="content">
|
||||
{{{contents}}}
|
||||
</section>
|
||||
<a class="load-content" href="/">← Back home</a>
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue