mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Implement base proof of concept site
This commit is contained in:
5
themes/clortox/layouts/partials/footer.html
Normal file
5
themes/clortox/layouts/partials/footer.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<footer>
|
||||
<p>
|
||||
<small>Copyright © {{ now.Year }}. All rights Reserved</small>
|
||||
</p>
|
||||
</footer>
|
||||
0
themes/clortox/layouts/partials/head.html
Normal file
0
themes/clortox/layouts/partials/head.html
Normal file
4
themes/clortox/layouts/partials/header.html
Normal file
4
themes/clortox/layouts/partials/header.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<header>
|
||||
<a href="{{ "/" | relURL }}">Home</a>
|
||||
<a href="{{ "/about/" | relURL }}">About</a>
|
||||
</header>
|
||||
Reference in New Issue
Block a user