diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9c8bbe33e..9468dc604 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 000000000..9e4dfd480 --- /dev/null +++ b/layouts/partials/fullstory.html @@ -0,0 +1,22 @@ + \ No newline at end of file