diff options
author | garhve <git@garhve.com> | 2022-12-10 08:16:20 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2022-12-10 08:16:20 +0800 |
commit | 8f33ededea7a01c230b842b4772496f7e2d99bf6 (patch) | |
tree | 814bb3ca339c2afab08809f2435731257e448910 /posts/5/index.html | |
parent | 40bc7fb53927f7e95d0ca54433e04397df30c7dd (diff) |
add favicon
Diffstat (limited to 'posts/5/index.html')
-rw-r--r-- | posts/5/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/posts/5/index.html b/posts/5/index.html index 393e4f0..b66075b 100644 --- a/posts/5/index.html +++ b/posts/5/index.html @@ -8,7 +8,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="author" content="garhve" /> <meta property="og:url" content="https://blog.garhve.com/posts/5/" /> - <link rel="canonical" href="https://blog.garhve.com/posts/5/" /><link rel="alternate" type="application/atom+xml" href="https://blog.garhve.comindex.xml" title="blog | garhve's hub"> + <link rel="canonical" href="https://blog.garhve.com/posts/5/" /><link rel="apple-touch-icon" href="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" /> + <link rel="icon" href="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" /> + <link rel="shortcut" href="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" /><link rel="alternate" type="application/atom+xml" href="https://blog.garhve.comindex.xml" title="blog | garhve's hub"> <script type="application/ld+json"> { @@ -48,7 +50,7 @@ more information could visit vt100 User Guide ANSI Escape Sequences Standard escape codes are prefixed with Escape: Ctrl-Key: ^[ Octal: \033 Unicode: \u001b Hexadecimal: \x1B Decimal: 27 Followed by the command, somtimes delimited by opening square bracket ([), known as a Control Sequence Introducer (CSI), optionally followed by arguments and the command itself. Arguments are delimeted by semi colon (;)." /> - <meta property="og:locale" content="en-us" /><meta property="og:image" content="" /> + <meta property="og:locale" content="en-us" /><meta property="og:image" content="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" /> |