Favicon and remove old dum js
This commit is contained in:
parent
71614e3481
commit
4abc29aa55
10 changed files with 39 additions and 35 deletions
|
@ -5,10 +5,13 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="{{ site.authorName }}">
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<link rel="icon" href="{{ site.favicon }}" type="image/svg+xml" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
||||
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" href="/resources/style.css">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -26,7 +29,7 @@
|
|||
<div class="nav-right">
|
||||
<ul>
|
||||
<li><a href="/about.html">about</a></li>
|
||||
<li><a href="https://git.vibb.ro">git</a></li>
|
||||
<li><a href="https://git.cheri.pink">git</a></li>
|
||||
<li><a href="https://live.cheri.pink">livestreams</a></li>
|
||||
<li><a href="/posts/">posts</a></li>
|
||||
</ul>
|
||||
|
@ -43,6 +46,5 @@
|
|||
Content licensed under <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a>
|
||||
</p>
|
||||
</footer>
|
||||
<script src="/resources/themechange.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue