Skip to content

Commit ccb4103

Browse files
committed
Fix project urls in index
Signed-off-by: Crola1702 <[email protected]>
1 parent 3b09183 commit ccb4103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/index.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<% @items.find_all('/projects/*.md').each do |project| %>
1212
<div class="col-xs-12 col-sm-6 col-md-4">
1313
<div class="card">
14-
<a href="<%= project.identifier.without_ext %>">
14+
<a href="<%= @config[:base_url] %><%= project.identifier.without_ext %>">
1515
<img src="<%= @config[:base_url] %>/images/<%= project[:logo] %>" alt="<%= project[:title] %> logo" class="card-img-top logo">
1616
<div class="card-body">
1717
<h5 class="card-title"><%= project[:title] %></h5>

0 commit comments

Comments
 (0)