feat: WIP
This commit is contained in:
1
layouts/partials/favicon.html
Normal file
1
layouts/partials/favicon.html
Normal file
@ -0,0 +1 @@
|
||||
<link rel="icon" href="/logo.svg" sizes="any" type="image/svg+xml">
|
1
layouts/partials/footer.html
Normal file
1
layouts/partials/footer.html
Normal file
@ -0,0 +1 @@
|
||||
<small><center>Creative Commons (CC BY 4.0) - 2021 - simon@weko.io</center><small>
|
10
layouts/partials/header.html
Normal file
10
layouts/partials/header.html
Normal file
@ -0,0 +1,10 @@
|
||||
<div id="logo">
|
||||
<a href="/">
|
||||
</a>
|
||||
</div>
|
||||
<nav id="menu" class="no-style">
|
||||
<ul>
|
||||
<li><a href="#contact" class="btn">Contact</a></li>
|
||||
<li><button class="btn-toggle">💡</button></li>
|
||||
</ul>
|
||||
</nav>
|
Reference in New Issue
Block a user