Added terminal favicon

This commit is contained in:
2019-02-06 06:03:57 -05:00
parent 012c004155
commit 78e9176a6b
12 changed files with 79 additions and 0 deletions

View File

@@ -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 }} &nbsp;&nbsp;~{{ .Page.RelPermalink }}
</title>