this is actually the first commit - theme made on the base CSS/HTML of the already existing (but handmade) mind-overflow.net website.
This commit is contained in:
29
page.hbs
29
page.hbs
@@ -1,23 +1,16 @@
|
||||
{{!< default}}
|
||||
|
||||
{{#post}}
|
||||
<article class="gh-article {{post_class}}">
|
||||
|
||||
<header class="gh-header gh-canvas">
|
||||
<h1 class="gh-title">{{title}}</h1>
|
||||
|
||||
{{#if custom_excerpt}}
|
||||
<p class="gh-excerpt">{{custom_excerpt}}</p>
|
||||
{{/if}}
|
||||
|
||||
{{#if feature_image}}
|
||||
<img class="gh-feature-image" src="{{feature_image}}" alt="{{title}}" />
|
||||
{{/if}}
|
||||
</header>
|
||||
|
||||
<div class="gh-content gh-canvas">
|
||||
{{content}}
|
||||
<div class="mind-fullscreen-title">
|
||||
<div class="navbar">
|
||||
{{navigation}}
|
||||
</div>
|
||||
<h1>{{title}}</h1>
|
||||
<i class="arrow-down"></i>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
<main>
|
||||
<div class="mind-content">
|
||||
{{content}}
|
||||
</div>
|
||||
</main>
|
||||
{{/post}}
|
||||
|
||||
Reference in New Issue
Block a user