Skip to content

Commit 7e5e3c8

Browse files
committed
show the version on each post
1 parent f0990cc commit 7e5e3c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layouts/_meta.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ <h2 class="title">
99
<a href="https://github.com/<%= @item[:author_name] %>"><%= @item[:author_name] %></a>
1010
</span>
1111
<span class="published">
12-
<%= post_date @item %>
12+
<%= post_date @item %>,
13+
Version: <a href="/changes/<%= @item[:api_version] %>"><%= @item[:api_version] %></a>
1314
</span>
1415
</div>
1516
</div>

0 commit comments

Comments
 (0)