From 630003fff596f462d454a56223c02350d8b5543b Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 14 Apr 2025 12:45:28 -0400 Subject: feat: per-post open graph tags --- templates/post.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 3155c7a..748288a 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,5 +1,16 @@ {% extends "base.html" %} +{% block title %} +{{ post.get_title() }} - Carpenter Tutoring, LLC +{% endblock %} + +{% block og %} + + + + +{% endblock %} + {% block main %}