Skip to content

Commit 9a4f3a3

Browse files
committed
adds version meta tag
1 parent a2443dd commit 9a4f3a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

views/layout.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<!-- End Google Tag Manager -->
2121
<meta charset="UTF-8">
2222
<meta name="viewport" content="width=device-width">
23+
<meta name="version" content="<%=(ENV["APP_VERSION"] || "APP_VERSION")%>">
2324
<title>Get This <% if defined?(item) %> "<%= item.title %>" <% end %>| University of Michigan Library</title>
2425
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
2526

0 commit comments

Comments
 (0)