mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
fix project links
This commit is contained in:
parent
73ea651f9f
commit
b6c3ba480f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<% var project = public.projects._data[name] %>
|
||||
<% if (name == 'index' || name[0] == '_' || project.hidden) continue %>
|
||||
<div class="project-listing">
|
||||
<h4><a href="<%= name %>"><%= name %></a></h4>
|
||||
<h4><a href="/projects/<%= name %>"><%= name %></a></h4>
|
||||
<p class="description"><%= project.description %></p>
|
||||
</div>
|
||||
<% } %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue