Skip to content

Commit 01a06da

Browse files
authored
Merge pull request #2 from lsongdev/lsongdev-patch-1
Update header.html
2 parents 8c1fab4 + 42643da commit 01a06da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

templates/header.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<head>
66
<meta charset="utf-8">
7-
<title>Liu Song’s Projects</title>
7+
<title>Lsong’s Projects</title>
88
<meta name="description" content="{{ .Site.Description }}">
99
<meta name="author" content="Lsong">
1010
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -13,11 +13,11 @@
1313
<meta name="apple-mobile-web-app-title" content="Lsong’s Projects">
1414
<meta name="apple-mobile-web-app-status-bar-style" content="default">
1515
<meta name="twitter:card" content="summary">
16-
<meta name="twitter:creator" content="@song940">
17-
<link rel="icon" type="image/png" href="/icon.png">
18-
<link rel="icon" type="image/svg+xml" href="/icon.svg">
19-
<link rel="apple-touch-icon" sizes="128x128" type="image/png" href="/icon-x128.png">
20-
<link rel="apple-touch-icon" sizes="512x512" type="image/png" href="/icon-x512.png">
16+
<meta name="twitter:creator" content="@lsongdev">
17+
<link rel="icon" type="image/png" href="https://lsong.org/icon.png">
18+
<link rel="icon" type="image/svg+xml" href="https://lsong.org/icon.svg">
19+
<link rel="apple-touch-icon" sizes="128x128" type="image/png" href="https://lsong.org/icon-x128.png">
20+
<link rel="apple-touch-icon" sizes="512x512" type="image/png" href="https://lsong.org/icon-x512.png">
2121
<style>
2222
@import "https://lsong.org/css/stylesheet.css";
2323
@import "https://lsong.org/stylesheets/table.css";
@@ -59,7 +59,7 @@
5959
<header class="header">
6060
<a class="heading" href="/">
6161
<img width="18" src="https://lsong.org/icon.svg" alt="" class="logo">
62-
<h1 class="title">Projects</h1>
62+
<h1 class="title" prefix="Lsong’s " >Projects</h1>
6363
</a>
6464
<nav id="navbar" class="nav nav-bar">
6565
<a href="//lsong.org">home</a>

0 commit comments

Comments
 (0)