style: remove commented-out title line
- Removed the commented-out title line from the application layout. This change improves code readability by eliminating unnecessary comments. It does not affect the rendering or functionality of the application.
This commit is contained in:
parent
07afbda252
commit
2a4faca6c8
@ -1,7 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="<%= I18n.locale %>">
|
||||
<head>
|
||||
<!--<title><%#= content_for(:title) || "Today Ai Weather" %></title>-->
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
|
Loading…
Reference in New Issue
Block a user