Move theme from subrepo into the main repo
the theme is customized for this site so having it as a sub repo dosent make sense
This commit is contained in:
17
themes/hugo-theme-minos/layouts/partials/header.html
Normal file
17
themes/hugo-theme-minos/layouts/partials/header.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<header id="header">
|
||||
<div id="header-outer" class="outer">
|
||||
<div id="header-inner" class="inner">
|
||||
<a id="main-nav-toggle" class="nav-icon" href="javascript:;"></a>
|
||||
<a id="logo" class="logo-text" href="{{ .Site.Home.Permalink }}"><img src="{{ .Site.Home.Permalink }}home.png"/> {{ .Site.Title }}</a>
|
||||
<nav id="main-nav">
|
||||
{{ range .Site.Menus.main }}
|
||||
<a class="main-nav-link" href="{{ .URL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
<nav id="sub-nav">
|
||||
<div id="search-form-wrap">
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user