mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Add base header footer
This commit is contained in:
BIN
themes/clortox/layouts/_default/.baseof.html.swp
Normal file
BIN
themes/clortox/layouts/_default/.baseof.html.swp
Normal file
Binary file not shown.
BIN
themes/clortox/layouts/partials/.header.html.swp
Normal file
BIN
themes/clortox/layouts/partials/.header.html.swp
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ "css/clortox.css" | relURL }}">
|
||||
</head>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<header>
|
||||
<header class="navbar sticky">
|
||||
<a href="{{ "/" | relURL }}">Home</a>
|
||||
<a href="{{ "/about/" | relURL }}">About</a>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user