Allow GitLab link

This commit is contained in:
Robbe Van Herck 2019-10-08 01:58:01 +02:00
parent 40b04cf284
commit 64c057ca3a
No known key found for this signature in database
GPG key ID: A66F76F7B81BD784

View file

@ -14,7 +14,12 @@
<div class="column">
<p class="title"><a href="<%= project[:site] %>" target="_self"><%= project[:title] %></a></p>
<%= project.compiled_content %>
<div><a href="<%= project[:github] %>"><span class="icon"><%= fa('github') %></span> GitHub</a></div>
<% if project[:github] %>
<div><a href="<%= project[:github] %>"><span class="icon"><%= fa('github') %></span> GitHub</a></div>
<% end %>
<% if project[:gitlab] %>
<div><a href="<%= project[:gitlab] %>"><span class="icon"><%= fa('gitlab') %></span> GitLab</a></div>
<% end %>
</div>
</article>
</div>