Fix a couple of typos

This commit is contained in:
0x1eef 2024-08-13 16:38:50 -03:00
parent 8397ca1778
commit 0aee18baf7

View file

@ -10,11 +10,11 @@
<%= erb("_opengraph.html.erb", {file: "stream-stream.html.erb", context:}) %>
<link
rel="canonical"
href="<%= base_url %>/<%= locale %>/<%= surah.urlname %>/"
href="<%= base_url %>/<%= locale %>/<%= surah.urlName %>/"
/>
<% locales.each do |locale| %>
<link rel="alternate"
href="<%= base_url %>/<%= locale %>/<%= surah.urlname %>/"
href="<%= base_url %>/<%= locale %>/<%= surah.urlName %>/"
hreflang="<%= locale %>" />
<% end %>
<%= erb("_favicon.html.erb") %>