Add hugo-bearcub theme directly
This commit is contained in:
parent
5a313b15fa
commit
6a256af9c0
45 changed files with 1489 additions and 0 deletions
4
themes/hugo-bearcub/layouts/partials/header.html
Normal file
4
themes/hugo-bearcub/layouts/partials/header.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<a class="skip-link" href="#main-content">{{ i18n "skip-link" }}</a>
|
||||
|
||||
<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
|
||||
<nav>{{- partial "nav.html" . -}}</nav>
|
Loading…
Add table
Add a link
Reference in a new issue