Almost working
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/icon/favicon.svg">
|
||||
<link rel="alternate icon" href="/blog/icon/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="/posts">Posts</a>
|
||||
<a href="/">Main Site</a>
|
||||
</div>
|
Reference in New Issue
Block a user