mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 10:35:31 -04:00
schema tags for SEO
This commit is contained in:
@@ -23,16 +23,16 @@
|
||||
<meta name="twitter:description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
||||
<meta name="twitter:image" content="{{ "me.jpg" | absURL }}">
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-128.png" | relURL }}" sizes="128x128">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-96.png" | relURL }}" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-64.png" | relURL }}" sizes="64x64">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-48.png" | relURL }}" sizes="48x48">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-32.png" | relURL }}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-16.png" | relURL }}" sizes="16x16">
|
||||
<link rel="shortcut icon" href="{{ "favicon.ico" | relURL }}">
|
||||
<link rel="preload" href="{{ "fonts/open-sans-light.woff2" | relURL }}" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="stylesheet" href="{{ "style.css" | relURL }}">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-128.png" | absURL }}" sizes="128x128">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-96.png" | absURL }}" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-64.png" | absURL }}" sizes="64x64">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-48.png" | absURL }}" sizes="48x48">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-32.png" | absURL }}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-16.png" | absURL }}" sizes="16x16">
|
||||
<link rel="shortcut icon" href="{{ "favicon.ico" | absURL }}">
|
||||
<link rel="preload" href="{{ "fonts/open-sans-light.woff2" | absURL }}" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="stylesheet" href="{{ "style.css" | absURL }}">
|
||||
<link rel="author" href="https://plus.google.com/+JakeJarvis/posts">
|
||||
<link rel="author" href="{{ "humans.txt" | relURL }}">
|
||||
<link rel="author" href="{{ "humans.txt" | absURL }}">
|
||||
</head>
|
||||
<body>
|
Reference in New Issue
Block a user