Fix syntax error in erb

This commit is contained in:
0x1eef 2023-10-05 16:03:30 -03:00
parent a2fc33bb7c
commit 8715361f17

View file

@ -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>