Skip to content

Commit 5201281

Browse files
committed
remove comments from views/index.hbs
1 parent 1645f00 commit 5201281

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

views/index.hbs

-26
Original file line numberDiff line numberDiff line change
@@ -1,27 +1 @@
11
<h1>These are the docs you're looking for</h1>
2-
3-
<!-- <section>
4-
<h2>Featured Content</h2>
5-
<ul class="pages">
6-
{{#each content.pages}}
7-
{{#if featured}}
8-
<li>
9-
<a href="{{href}}">{{title}}</a>
10-
{{#if heading}}<span class="faint heading">{{heading}}</span>{{/if}}
11-
</li>
12-
{{/if}}
13-
{{/each}}
14-
</ul>
15-
</section>
16-
17-
<section>
18-
<h2>Recently Updated</h2>
19-
<ul class="pages">
20-
{{#each recentlyUpdatedPages}}
21-
<li>
22-
<a href="{{href}}">{{title}}</a>
23-
{{#if heading}}<span class="faint heading">{{heading}}</span>{{/if}}
24-
</li>
25-
{{/each}}
26-
</ul>
27-
</section> -->

0 commit comments

Comments
 (0)