aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2026-01-29 22:47:59 -0500
committersoaos <soaos@soaos.dev>2026-01-29 22:47:59 -0500
commit328cfb85c4698f53c2fcf6b7b3e15bd469b654b3 (patch)
tree9afe2e77d2b1ce4b9798a3a61157f7fe965ffef1 /templates/post.html
parent96b0c561c07547939e1094737e7b7e647c2db1dd (diff)
Blog post meta tagsHEADmaster
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html
index 794c715..ae884d5 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -1,5 +1,16 @@
-{% extends "base.html" %} {% block content %}
-
+{% extends "base.html" %}
+{% block headcontent %}
+<meta property="og:title" content="{{page.title}}" />
+<meta property="og:description" content="{{page.description}}" />
+<meta property="og:type" content="website" />
+<meta property="og:url" content="{{page.permalink}}" />
+<meta property="og:image" content="https://seccdn.libravatar.org/avatar/60676663f4ef6962ce3619df033ff144?s=128&d=identicon" />
+<meta property="og:image:width" content="128" />
+<meta property="og:image:height" content="128" />
+<meta name="theme-color" content="#a7c080" />
+<meta name="twitter:card" content="summary_large_image" />
+{% endblock headcontent %}
+{% block content %}
<div class="window">
<div class="title-bar">
<b>📰 Post: {{ page.title }}</b>