Allow GitLab link
This commit is contained in:
parent
40b04cf284
commit
64c057ca3a
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue