mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-31 09:56:03 +00:00
remove <nav> around project listing
This commit is contained in:
parent
169135b711
commit
0da549ed9f
1 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
|||
<nav>
|
||||
|
||||
<% for (var name in public.projects._data) { %>
|
||||
<% var project = public.projects._data[name] %>
|
||||
<% if (name == 'index' || name[0] == '_' || project.hidden) continue %>
|
||||
|
|
@ -8,5 +6,3 @@
|
|||
<p class="description"><%= project.description %></p>
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Reference in a new issue