Added terminal favicon
This commit is contained in:
@@ -24,6 +24,16 @@
|
||||
{{ if eq $isHomePage false }} -
|
||||
{{ .Site.Title }}
|
||||
{{ end }}</title> -->
|
||||
|
||||
<!-- <link rel="shortcut icon" type="image/png" href="imgs/icons/gitlab.png" id="favicon"/> -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ "img/favicon/apple-touch-icon.png" | relURL }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ "img/favicon/favicon-32x32.png" | relURL }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ "img/favicon/favicon-16x16.png" | relURL }}">
|
||||
<link rel="manifest" href="{{ "img/favicon/site.webmanifest" | relURL }}">
|
||||
<link rel="mask-icon" href="{{ "img/favicon/safari-pinned-tab.svg" | relURL }}" color="#5bbad5">
|
||||
<meta name="msapplication-TileColor" content="#2b5797">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<title>
|
||||
{{ .Site.Title }} • ~{{ .Page.RelPermalink }}
|
||||
</title>
|
||||
|
||||
Reference in New Issue
Block a user