Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JensTimmerman committed Oct 12, 2020
1 parent 4b4a938 commit fbc76e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/blogpost.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="twitter:label1" value="Author" />
<meta name="twitter:data1" value="<%= @item[:author] %>" />
<meta name="twitter:label2" value="Created at" />
<meta name="twitter:data2" value="<%= gitmtime item %>" />
<meta name="twitter:data2" value="<%= gitmtime %>" />
<meta name="twitter:card" content="summary_large_image" />

<!-- Animate.css -->
Expand All @@ -28,7 +28,7 @@
<% end %>
<div class="details animated fadeInRight">
<small>
Geschreven op <%= item[:created_at] %><br>
Geschreven op <%= gitmtime %><br>
Leestijd: <%= reading_time @item %>
</small>
</div>
Expand Down

0 comments on commit fbc76e8

Please sign in to comment.