From 45979913bb72b0d77cb7ce799ba83a306b7f4e57 Mon Sep 17 00:00:00 2001 From: paoloredis Date: Tue, 2 Dec 2025 15:15:12 +0100 Subject: [PATCH] Add fullstory --- layouts/_default/baseof.html | 1 + layouts/partials/fullstory.html | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 layouts/partials/fullstory.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9c8bbe33eb..9468dc6045 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -53,6 +53,7 @@ {{ partial "segment.html" . }} + {{ partial "fullstory.html" . }} {{ if .Params.math }} {{ partial "mathjax.html" }} {{ end }} diff --git a/layouts/partials/fullstory.html b/layouts/partials/fullstory.html new file mode 100644 index 0000000000..9e4dfd480e --- /dev/null +++ b/layouts/partials/fullstory.html @@ -0,0 +1,22 @@ + \ No newline at end of file