From 18cc5f69129615850e48a995f7c3406b74d8d2f4 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sat, 5 Aug 2023 21:11:48 +0100 Subject: Redesign website --- views/partials/head.ejs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 views/partials/head.ejs (limited to 'views/partials/head.ejs') diff --git a/views/partials/head.ejs b/views/partials/head.ejs new file mode 100644 index 0000000..d66fe97 --- /dev/null +++ b/views/partials/head.ejs @@ -0,0 +1,14 @@ +Leonardo Bishop + + +<% if (typeof stylesheets == 'object') { %> + <% for (const sheet of stylesheets) { %> + + <% } %> +<% } %> + +<% if (typeof scripts == 'object') { %> + <% for (const script of scripts) { %> + + <% } %> +<% } %> -- cgit v1.2.3-70-g09d2