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:
songtianlun 2025-04-25 17:06:23 +08:00
parent 07afbda252
commit 2a4faca6c8

View File

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