Fix syntax error in erb
This commit is contained in:
parent
a2fc33bb7c
commit
8715361f17
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
hreflang="<%= locale %>"
|
||||
href="/<%= locale %>/<%= context.surah.slug %>/"
|
||||
/>
|
||||
<% end -%>
|
||||
<% end %>
|
||||
<%= opengraph(context) %>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue