|
4 | 4 |
|
5 | 5 | <head> |
6 | 6 | <meta charset="utf-8"> |
7 | | - <title>Liu Song’s Projects</title> |
| 7 | + <title>Lsong’s Projects</title> |
8 | 8 | <meta name="description" content="{{ .Site.Description }}"> |
9 | 9 | <meta name="author" content="Lsong"> |
10 | 10 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
|
13 | 13 | <meta name="apple-mobile-web-app-title" content="Lsong’s Projects"> |
14 | 14 | <meta name="apple-mobile-web-app-status-bar-style" content="default"> |
15 | 15 | <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"> |
21 | 21 | <style> |
22 | 22 | @import "https://lsong.org/css/stylesheet.css"; |
23 | 23 | @import "https://lsong.org/stylesheets/table.css"; |
|
59 | 59 | <header class="header"> |
60 | 60 | <a class="heading" href="/"> |
61 | 61 | <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> |
63 | 63 | </a> |
64 | 64 | <nav id="navbar" class="nav nav-bar"> |
65 | 65 | <a href="//lsong.org">home</a> |
|
0 commit comments