Mayor V2 refactor. Now also available on DockerHub

This commit is contained in:
Glenn de Haan
2021-01-16 09:45:22 +01:00
parent 0e2053846a
commit 22162db21a
35 changed files with 4720 additions and 6962 deletions

View File

@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<% include ./partials/head.ejs %>
<%- include('partials/head') %>
</head>
<body>
<% include ./partials/preloader.ejs %>
<%- include('partials/preloader') %>
<main>
<%- include(template) %>
</main>
<% include ./partials/footer.ejs %>
<%- include('partials/footer') %>
<script>
var expressConfig = {protocol: '<%= protocol %>', hostname: '<%= hostname %>', baseUrl: '<%= baseUrl %>'};
</script>