We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b09183 commit ccb4103Copy full SHA for ccb4103
layouts/index.erb
@@ -11,7 +11,7 @@
11
<% @items.find_all('/projects/*.md').each do |project| %>
12
<div class="col-xs-12 col-sm-6 col-md-4">
13
<div class="card">
14
- <a href="<%= project.identifier.without_ext %>">
+ <a href="<%= @config[:base_url] %><%= project.identifier.without_ext %>">
15
<img src="<%= @config[:base_url] %>/images/<%= project[:logo] %>" alt="<%= project[:title] %> logo" class="card-img-top logo">
16
<div class="card-body">
17
<h5 class="card-title"><%= project[:title] %></h5>
0 commit comments