From addb1c250b272fdeae2d622e23f07c1b942d4d30 Mon Sep 17 00:00:00 2001
From: Rob Hand <146272+sinon@users.noreply.github.com>
Date: Sat, 30 Aug 2025 17:23:36 +0100
Subject: [PATCH] Disable reading time on TIL posts
---
templates/page.html | 13 +++++++++++++
templates/section.html | 15 ++++++++++++++-
2 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/templates/page.html b/templates/page.html
index 9ad70e0..4f4326b 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,4 +1,17 @@
{% extends "after-dark/templates/page.html" %}
+
+{% block content %}
+{% if 'tils' in page.path %}
+
+{% endif %}
+{{ super() }}
+{% endblock %}
+
{% block extra_footer %}