implement posts style, to be completed

change font
add secondary navigation to homepage
This commit is contained in:
Lorenzo Dellacà
2020-08-15 12:40:28 +02:00
parent 121708786d
commit a1f0fcaf99
8 changed files with 407 additions and 545 deletions

View File

@@ -1,11 +1,12 @@
{{!< default}}
{{#post}}
<div class="mind-fullscreen-title unselectable">
<div class="mind-page-title unselectable">
<h1>{{title}}</h1>
<i class="arrow-down"></i>
</div>
<main>
{{content}}
<div class="mind-content_main">
</div>
</main>
{{/post}}