From 2d3d3179232f16a22e056c0a9654a7a8e69cc7d4 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 18 Dec 2025 11:01:46 +0000 Subject: [PATCH] Remove unused `content.html` This is no longer used, now that we're overriding Docsy's `single.html` template directly. Previously, this content view was rendered by Docsy's own `single.html` template. But it's clearer to just override said template like we do with `list.html` already. --- layouts/content.html | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 layouts/content.html diff --git a/layouts/content.html b/layouts/content.html deleted file mode 100644 index 1fde0699..00000000 --- a/layouts/content.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} - {{ partial "spec-content.html" . }} -{{ end }}