diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-12 23:40:26 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-12 23:40:26 -0400 |
commit | 2545016f8d6b63b0d857fc20fdd7276d2f0fc2a9 (patch) | |
tree | 892231613f8bb8120b7b3fc7e170c49a8001f899 /layouts/partials/disclaimer.html | |
parent | 6e6412e4a693ddc2da5e4611363fb882ad6497be (diff) |
Layout refinements. add config, disclaimer
Diffstat (limited to 'layouts/partials/disclaimer.html')
-rw-r--r-- | layouts/partials/disclaimer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/disclaimer.html b/layouts/partials/disclaimer.html new file mode 100644 index 0000000..7cac018 --- /dev/null +++ b/layouts/partials/disclaimer.html | |||
@@ -0,0 +1,2 @@ | |||
1 | {{ $disclaimer := .Site.GetPage "/disclaimer.md" }} | ||
2 | {{ $disclaimer.Content }} | ||