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' %}