fixes
This commit is contained in:
parent
4b4a938d7b
commit
fbc76e8f7d
1 changed files with 2 additions and 2 deletions
|
@ -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 -->
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue