Skip to content

Commit 8c1fab4

Browse files
authored
Update header.html
1 parent e6bb342 commit 8c1fab4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

templates/header.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
<meta name="author" content="Lsong">
1010
<meta name="viewport" content="width=device-width, initial-scale=1">
1111
<meta name="theme-color" content="#ffffff">
12-
<meta name="color-scheme" content="dark light">
1312
<meta name="apple-mobile-web-app-capable" content="yes">
14-
<meta name="apple-mobile-web-app-title" content="Lsong’s Web">
13+
<meta name="apple-mobile-web-app-title" content="Lsong’s Projects">
1514
<meta name="apple-mobile-web-app-status-bar-style" content="default">
1615
<meta name="twitter:card" content="summary">
1716
<meta name="twitter:creator" content="@song940">
@@ -60,7 +59,7 @@
6059
<header class="header">
6160
<a class="heading" href="/">
6261
<img width="18" src="https://lsong.org/icon.svg" alt="" class="logo">
63-
<h1 class="title"><b>Liu Song’s </b>Projects</h1>
62+
<h1 class="title">Projects</h1>
6463
</a>
6564
<nav id="navbar" class="nav nav-bar">
6665
<a href="//lsong.org">home</a>
@@ -73,4 +72,4 @@ <h1 class="title"><b>Liu Song’s </b>Projects</h1>
7372
<hr />
7473
</header>
7574
<main class="content">
76-
{{ end }}
75+
{{ end }}

0 commit comments

Comments
 (0)