Added basic theme
This commit is contained in:
parent
a085ca6867
commit
8b9afa66ce
42 changed files with 5633 additions and 0 deletions
21
themes/custom/layout/layout.ejs
Normal file
21
themes/custom/layout/layout.ejs
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<%- partial("_partial/head") %>
|
||||
<body>
|
||||
<%- partial("_partial/header") %>
|
||||
<main class="main">
|
||||
<%- body %>
|
||||
<%- partial("_partial/arrow") %>
|
||||
</main>
|
||||
<%- partial("_partial/aside") %>
|
||||
<%- partial("_partial/toolbar") %>
|
||||
<!-- partial("_partial/search") -->
|
||||
<%- partial("_partial/particles") %>
|
||||
<%- js("https://cdn.jsdelivr.net/gh/meethigher/cdn@9.0/js/jquery.min.js") %>
|
||||
<%- js("https://cdn.jsdelivr.net/gh/meethigher/cdn@9.0/js/particles.min.js") %>
|
||||
<%- js("https://cdn.jsdelivr.net/gh/meethigher/cdn@9.0/js/app.js") %>
|
||||
<%- js("https://cdn.jsdelivr.net/gh/meethigher/cdn@11/js/layer/layer.js") %>
|
||||
<%- js("js/meethigher.js") %>
|
||||
<%- js("js/toolbar.js") %>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue