fix: Add missing title and OGP metadata
This commit is contained in:
parent
decfba6bd8
commit
b70dc3e07d
@ -7,6 +7,9 @@
|
||||
<link href="/assets/css/code.css" rel="stylesheet" />
|
||||
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Moxxy Blog" />
|
||||
|
||||
<meta property="og:title" content="{{ title }}" />
|
||||
<meta property="og:description" content="{{ description }}" />
|
||||
|
||||
<!-- Blog -->
|
||||
<link rel="alternative"
|
||||
type="application/rss+xml"
|
||||
@ -15,6 +18,8 @@
|
||||
|
||||
<!-- Optional MathJax -->
|
||||
{{ mathjax_include }}
|
||||
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="flex flex-col p-2 md:p-8 items-start md:w-4/5 mx-auto">
|
||||
|
Reference in New Issue
Block a user