Add clan logo (favicon), fix long Ataraxy title
Code for logo as landing image.
This commit is contained in:
@@ -4,6 +4,21 @@ Do not put anything in this file - it's only here so that hugo won't throw an er
|
||||
-->
|
||||
{{ $style := resources.Get "sass/custom.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
|
||||
<!-- favicon -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" 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="manifest" href="/site.webmanifest">
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="msapplication-TileColor" content="#2b5797">
|
||||
<meta name="theme-color" content="#ff0000">
|
||||
|
||||
<!-- favicon -->
|
||||
|
||||
<!-- Open Graph -->
|
||||
|
||||
<meta property="og:title" content="Ataraxy | Call of Duty: Mobile Clan" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://codm.ataraxy.tk/" />
|
||||
@@ -13,3 +28,5 @@ Do not put anything in this file - it's only here so that hugo won't throw an er
|
||||
<meta property="og:image" content="images/url-preview.png" />
|
||||
<meta property="og:image:width" content="300" />
|
||||
<meta property="og:image:height" content="300" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
|
||||
Reference in New Issue
Block a user