From 9d96d60b1c54fe4798664aba5f6f87645f641752 Mon Sep 17 00:00:00 2001 From: Luke <16389426+LukeSeers@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:56:09 +0100 Subject: [PATCH] Add legal_container --- _layouts/legal_container.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _layouts/legal_container.html diff --git a/_layouts/legal_container.html b/_layouts/legal_container.html new file mode 100644 index 0000000..9b64d12 --- /dev/null +++ b/_layouts/legal_container.html @@ -0,0 +1,14 @@ +--- +layout: page +--- + +<section class="publication-layout"> + <div class="markdown-container max-w-5xl"> + {% unless page.heading == null %} + <h1 class="font-extrabold"> + {{ page.heading }} + </h1> + {% endunless %} + {{ content }} + </div> +</section> \ No newline at end of file