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