From 4e9a4a6483105d5eef1e3d769d6384c3af4ff4c9 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 21 Apr 2026 15:11:11 +0200 Subject: chore: adding files for agentic content writing --- themes/danix-xyz-hacker/layouts/_default/baseof.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/danix-xyz-hacker/layouts') diff --git a/themes/danix-xyz-hacker/layouts/_default/baseof.html b/themes/danix-xyz-hacker/layouts/_default/baseof.html index c22e990..fe41f09 100644 --- a/themes/danix-xyz-hacker/layouts/_default/baseof.html +++ b/themes/danix-xyz-hacker/layouts/_default/baseof.html @@ -116,5 +116,11 @@ {{ $searchScript := resources.Get "js/search.js" | minify }} + + + {{ if eq .Kind "section" }} + {{ $lazyScript := resources.Get "js/article-lazy.js" | minify }} + + {{ end }} -- cgit v1.2.3