diff --git a/templates/layouts/footer.html b/templates/layouts/footer.html new file mode 100644 index 0000000..15a4083 --- /dev/null +++ b/templates/layouts/footer.html @@ -0,0 +1,3 @@ +
+© 2018 - {% lisp (local-time:timestamp-year (local-time:now)) %} Nicola Ellis + diff --git a/templates/layouts/header.html b/templates/layouts/header.html new file mode 100644 index 0000000..692e3d8 --- /dev/null +++ b/templates/layouts/header.html @@ -0,0 +1,44 @@ +
+ {% if roles.logged-in %} + Dashboard + Edit Account + {% if roles.administrator %} + Site Settings + {% endif %} +
+ + +
+ {% endif %} +
+
+ {% ifequal system-data.first.enable-site-logo 1 %} + {{system-data.first.site-name}} + {% endifequal %} +

{{system-data.first.site-name}}

+
+ +
+ +
+ +