Skip to content

Commit d3a34dd

Browse files
authored
Update index.ejs
removing if condition from projects appearing on home
1 parent 4764efb commit d3a34dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/cactus/layout/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<% } %>
6161
</section>
6262

63-
<% if (site.data.projects) { %>
63+
6464
<section id="projects">
6565
<span class="h1"><a href="<%- url_for(theme.projects_url) %>"><%= __('index.projects') %></a></span>
6666
<ul class="project-list">
@@ -71,4 +71,4 @@
7171
<% } %>
7272
</ul>
7373
</section>
74-
<% } %>
74+

0 commit comments

Comments
 (0)