Skip to content

Commit

Permalink
Add yield :meta to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sobakasu committed Aug 18, 2023
1 parent 788bbb4 commit f5c01d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/koi/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=0.6667">
<meta name="robots" content="noindex,nofollow">
<%= Koi::Release.meta_tags(self) %>
<%= yield :meta %>

<!-- STYLES -->
<link rel="stylesheet" href="https://unpkg.com/modern-css-reset/dist/reset.min.css">
Expand Down

0 comments on commit f5c01d9

Please sign in to comment.