From bc495491553830da7677a22d0a02478b4e3531ae Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>
Date: Fri, 28 Nov 2025 07:03:41 +0000
Subject: [PATCH] fix: replace former _internal paths with root paths (v0.146)

---
 layouts/single.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/layouts/single.html b/layouts/single.html
index 410b196..02bd489 100644
--- a/layouts/single.html
+++ b/layouts/single.html
@@ -63,7 +63,8 @@
       {{- partials.Include "tags.html" . -}}
       <div class="mt6 instapaper_ignoref">
       {{ if .Site.Config.Services.Disqus.Shortname }}
-        {{ template "_internal/disqus.html" . }}
+        {{/* former internal template */}}
+        {{ partial "disqus.html" . }}
       {{ end }}
       {{ if .Site.Params.commentoEnable }}
         {{- partials.Include "commento.html" . -}}

--
Gitblit v1.10.0