Skip to content

Commit

Permalink
update submods
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyg committed Jun 28, 2016
1 parent 5d02600 commit c4d8aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ These are bits of frequently re-used Jekyll template code, shared between Sara H
### Sections

- Latest Posts
- Grid
2 changes: 1 addition & 1 deletion grid.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="grid">
{% for item in item.grid %}
<figure class="grid__item grid__item--figure">
<a href="{{ item.url }}">
<a href="{{ item.url }}" alt="{{ item.image-caption }}">
{% include shared-includes/thumb.html width="800" height="600" %}
</a>
</figure>
Expand Down

0 comments on commit c4d8aa9

Please sign in to comment.