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 %>"
|
hreflang="<%= locale %>"
|
||||||
href="/<%= locale %>/<%= context.surah.slug %>/"
|
href="/<%= locale %>/<%= context.surah.slug %>/"
|
||||||
/>
|
/>
|
||||||
<% end -%>
|
<% end %>
|
||||||
<%= opengraph(context) %>
|
<%= opengraph(context) %>
|
||||||
<link rel="icon" href="/favicon.png">
|
<link rel="icon" href="/favicon.png">
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue