Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Update path of homepage images
Browse files Browse the repository at this point in the history
  • Loading branch information
gallenhu committed Apr 17, 2017
1 parent 7cfec71 commit e01f827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/article-index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<article class="post">
<% if (item.photos.length) { %>
<a href="<%- config.root %><%- item.path %>">
<img src="<%- item.photos[0] %>" alt="<%- item.title %>" class="attachment-post-thumbnail">
<img src="<%- config.root %><%- item.photos[0] %>" alt="<%- item.title %>" class="attachment-post-thumbnail">
</a>
<% } %>
<h1 class="entry-title">
Expand Down

0 comments on commit e01f827

Please sign in to comment.