Refactor site to new theme
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after 20s
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after 20s
This commit is contained in:
parent
1c5cdb3b97
commit
2519b96a86
16 changed files with 2590 additions and 83 deletions
6
layouts/partials/header.html
Normal file
6
layouts/partials/header.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="mesh-wrap mesh-wrap-top" aria-hidden="true">
|
||||
<img src="/mesh.svg" alt="" class="mesh-image mesh-image-top">
|
||||
</div>
|
||||
|
||||
<a href="{{ relURL .Site.Home.RelPermalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
|
||||
<nav>{{- partial "nav.html" . -}}</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue