first commit
This commit is contained in:
14
scripts/templates/blog_post.html
Normal file
14
scripts/templates/blog_post.html
Normal file
@@ -0,0 +1,14 @@
|
||||
$head.html$
|
||||
<body>
|
||||
$header.html$
|
||||
<main>
|
||||
<div class="box">
|
||||
<div class="column" style="--custom_width: 60%;">
|
||||
$post$
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 2em"></div>
|
||||
<a href="#" class="btt"><img class="bttimg" src="../media/icons/arrow_upward.png"/></a>
|
||||
</main>
|
||||
$footer.html$
|
||||
</body>
|
||||
Reference in New Issue
Block a user