[WIP] Add a site that sort of works
This commit is contained in:
0
themes/bbaovanc/layouts/partials/footer.html
Normal file
0
themes/bbaovanc/layouts/partials/footer.html
Normal file
6
themes/bbaovanc/layouts/partials/head.html
Normal file
6
themes/bbaovanc/layouts/partials/head.html
Normal file
@ -0,0 +1,6 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="/blog/css/style.css" />
|
||||
<link rel="icon" type="image/svg+xml" href="/blog/favicon.svg" />
|
||||
<link rel="alternate icon" href="/blog/favicon.ico" />
|
3
themes/bbaovanc/layouts/partials/header.html
Normal file
3
themes/bbaovanc/layouts/partials/header.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="header">
|
||||
<h1>bbaovanc's Blog</h1>
|
||||
</div>
|
5
themes/bbaovanc/layouts/partials/navbar.html
Normal file
5
themes/bbaovanc/layouts/partials/navbar.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="navbar">
|
||||
<a href="/blog/">Blog Home</a>
|
||||
<a href="/article">Articles</a>
|
||||
<a href="/">Main Site</a>
|
||||
</div>
|
Reference in New Issue
Block a user