From 207d5af64a6871bd0f56d6233f40369ca7289813 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 11 Mar 2021 22:41:22 +0200 Subject: [PATCH] Split index.html template into header, index, and footer --- templates/footer.html | 5 +++++ templates/head.html | 8 ++++++++ templates/index.html | 15 ++------------- 3 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 templates/footer.html create mode 100644 templates/head.html diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..3c6dd7a --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,5 @@ + diff --git a/templates/head.html b/templates/head.html new file mode 100644 index 0000000..4aa57de --- /dev/null +++ b/templates/head.html @@ -0,0 +1,8 @@ + + + + + + DSpace CSV Metadata Quality Checker + + diff --git a/templates/index.html b/templates/index.html index e3fbafd..cfe2114 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,13 +1,6 @@ - - - - - - DSpace CSV Metadata Quality Checker - - + {% include 'head.html' %}
@@ -21,10 +14,6 @@
- + {% include 'footer.html' %}