Adjust <title> (stream.html.erb)

This commit is contained in:
0x1eef 2024-05-01 08:16:58 -03:00
parent d62e34dd3e
commit 2b7f4b2370

View file

@ -1,7 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="<%= locale %>"> <html lang="<%= locale %>">
<head> <head>
<title><%= t(locale, "TheNobleQuran") %></title> <title>
<% if locale == "ar" %>
<%= surah.name %> :<%= t(locale, "TheNobleQuran") %>
<% else>
<%= t(locale, "TheNobleQuran") %>: <%= surah.name %>
<% end %>
</title>
<%= inline_css('/css/vendor/postman.css') %> <%= inline_css('/css/vendor/postman.css') %>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8"> <meta charset="UTF-8">