Add meta tags

This commit is contained in:
Dimitri Lozeve 2025-02-23 22:30:27 +01:00
parent 7e94865dc5
commit 6d744a8840

View file

@ -13,11 +13,16 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<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="og:description" content="Dimitri Lozeve's blog: $title$" />
$if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$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/pandoc.css" />
<link rel="stylesheet" href="/css/default.css" />
@ -30,6 +35,12 @@
title="Dimitri Lozeve's blog"
href="/rss.xml"
/>
<link
rel="alternate"
type="application/atom+xml"
title="Dimitri Lozeve's blog"
href="/atom.xml"
/>
<!-- MathJax -->
<script