forked from AdvisorySG/dawn-advisory-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.hbs
More file actions
40 lines (29 loc) · 732 Bytes
/
Copy pathpost.hbs
File metadata and controls
40 lines (29 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{{!< default}}
{{#contentFor "title"}}{{meta_title}}{{/contentFor}}
<style>
.content-area {
background-color: white;
text-align: left;
}
.contentinfoarea {
background-color: white;
text-align: left;
line-height: 8;
}
</style>
<div class="content-area">
<main class="site-main">
<div class="contentinfoarea">
{{#post}}
{{> content width="wide"}}
{{/post}}
{{#is "post"}}
</div>
<div id="content-dropdown-enable"></div>
{{#if @custom.show_related_posts}}
{{> related}}
{{/if}}
{{> comment}}
{{/is}}
</main>
</div>