summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html11
1 files changed, 11 insertions, 0 deletions
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 %}
+<meta name="description" content="{{ post.get_description() }}" />
+<meta property="og:description" content="{{ post.get_description() }}" />
+<meta property="og:title" content="{{ post.get_title() }}" />
+<meta property="og:url" content="https://carpentertutoring.com" />
+{% endblock %}
+
{% block main %}
<section class="banner">
<h1>{{ post.get_title() }}</h1>