Skip to content

Commit ec585f2

Browse files
committed
Hide latest posts
1 parent ae4e59e commit ec585f2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

documentation/templates/home.hbs

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
</div>
3030
</section>
3131

32-
{{#if posts}}
33-
<section class="posts-section">
34-
<h2 class="section-title">Latest Posts</h2>
35-
<div class="posts-grid">
36-
{{#each posts}}
37-
<article class="post-card">
38-
<h3><a href="{{baseUrl}}{{path}}">{{title}}</a></h3>
39-
<time datetime="{{date}}">{{formatDate date}}</time>
40-
<div class="excerpt">
41-
{{excerpt content words=30}}
42-
</div>
43-
<a href="{{baseUrl}}{{path}}" class="read-more">Read more →</a>
44-
</article>
45-
{{/each}}
46-
</div>
47-
</section>
48-
{{/if}}
32+
<!--{{#if posts}}-->
33+
<!--<section class="posts-section">-->
34+
<!-- <h2 class="section-title">Latest Posts</h2>-->
35+
<!-- <div class="posts-grid">-->
36+
<!-- {{#each posts}}-->
37+
<!-- <article class="post-card">-->
38+
<!-- <h3><a href="{{baseUrl}}{{path}}">{{title}}</a></h3>-->
39+
<!-- <time datetime="{{date}}">{{formatDate date}}</time>-->
40+
<!-- <div class="excerpt">-->
41+
<!-- {{excerpt content words=30}}-->
42+
<!-- </div>-->
43+
<!-- <a href="{{baseUrl}}{{path}}" class="read-more">Read more →</a>-->
44+
<!-- </article>-->
45+
<!-- {{/each}}-->
46+
<!-- </div>-->
47+
<!--</section>-->
48+
<!--{{/if}}-->

0 commit comments

Comments
 (0)