From c272825a676c375a38839c822125c4b68742afcd Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sun, 8 Oct 2023 12:34:24 -0400
Subject: [PATCH] Forgot to move out a resource template to partials

---
 layouts/resource/single.html | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/layouts/resource/single.html b/layouts/resource/single.html
index e4f6a6b49..709763526 100644
--- a/layouts/resource/single.html
+++ b/layouts/resource/single.html
@@ -1,18 +1,3 @@
 {{ partial "top_single.html" . }}
-<div class='row'>
-  <div class='col-md-8'>
-    <article class='post'>
-      {{ partial "post_header_single.html" . }}
-      <section class='post-content'>
-        {{ if isset .Params "toc" }}{{ .TableOfContents }}{{ end}}
-        {{ .Content }}
-        {{ partial "backlinks.html" . }}
-        {{ partial "article_footer.html" . }}
-        {{ partial "article_share.html" . }}
-        {{ partial "comments.html" . }}
-      </section>
-    </article>
-  </div>
-  {{ partial "side_menu_single.html" . }}
-</div>
+{{ partial "body_single.html" . }}
 {{ partial "bottom_single.html" . }}
-- 
GitLab