Fix a couple of typos
This commit is contained in:
parent
8397ca1778
commit
0aee18baf7
1 changed files with 2 additions and 2 deletions
|
@ -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") %>
|
||||
|
|
Loading…
Reference in a new issue