File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 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}}-->
You can’t perform that action at this time.
0 commit comments