mind-overflow-website-ghost.../page.hbs
Lorenzo DellacĂ  a1f0fcaf99 implement posts style, to be completed
change font
add secondary navigation to homepage
2020-08-15 12:40:28 +02:00

13 lines
222 B
Handlebars
Executable File

{{!< default}}
{{#post}}
<div class="mind-page-title unselectable">
<h1>{{title}}</h1>
<i class="arrow-down"></i>
</div>
<main>
<div class="mind-content_main">
</div>
</main>
{{/post}}