Add meta tags
This commit is contained in:
parent
7e94865dc5
commit
6d744a8840
1 changed files with 12 additions and 1 deletions
|
@ -13,11 +13,16 @@
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
<link rel="manifest" href="/site.webmanifest" />
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
|
|
||||||
|
<title>Dimitri Lozeve - $title$</title>
|
||||||
|
<meta property="og:title" content="Dimitri Lozeve - $title$" />
|
||||||
|
<meta property="og:url" content="https://lozeve.com$url$" />
|
||||||
<meta name="description" content="Dimitri Lozeve's blog: $title$" />
|
<meta name="description" content="Dimitri Lozeve's blog: $title$" />
|
||||||
|
<meta name="og:description" content="Dimitri Lozeve's blog: $title$" />
|
||||||
$if(keywords)$
|
$if(keywords)$
|
||||||
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||||||
$endif$
|
$endif$
|
||||||
<title>Dimitri Lozeve - $title$</title>
|
<meta name="fediverse:creator" content="@dlzv@mathstodon.xyz" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/tufte.css" />
|
<link rel="stylesheet" href="/css/tufte.css" />
|
||||||
<link rel="stylesheet" href="/css/pandoc.css" />
|
<link rel="stylesheet" href="/css/pandoc.css" />
|
||||||
<link rel="stylesheet" href="/css/default.css" />
|
<link rel="stylesheet" href="/css/default.css" />
|
||||||
|
@ -30,6 +35,12 @@
|
||||||
title="Dimitri Lozeve's blog"
|
title="Dimitri Lozeve's blog"
|
||||||
href="/rss.xml"
|
href="/rss.xml"
|
||||||
/>
|
/>
|
||||||
|
<link
|
||||||
|
rel="alternate"
|
||||||
|
type="application/atom+xml"
|
||||||
|
title="Dimitri Lozeve's blog"
|
||||||
|
href="/atom.xml"
|
||||||
|
/>
|
||||||
|
|
||||||
<!-- MathJax -->
|
<!-- MathJax -->
|
||||||
<script
|
<script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue