Moving all the theme files out of the theme directory
This commit is contained in:
parent
23369f4ace
commit
3006bff575
40 changed files with 477 additions and 11 deletions
15
layouts/partials/site-header.html
Executable file
15
layouts/partials/site-header.html
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
<header>
|
||||
<div>
|
||||
{{ partial "site-navigation.html" . }}
|
||||
<div>
|
||||
<!-- <h1>
|
||||
{{ .Title | default .Site.Title }}
|
||||
</h1> -->
|
||||
{{ with .Params.description }}
|
||||
<h2>
|
||||
{{ . }}
|
||||
</h2>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue