mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-31 20:52:45 +02:00
Initial commit.
This commit is contained in:
commit
b3a2e36507
50 changed files with 2152 additions and 0 deletions
layouts/partials
7
layouts/partials/brand.html
Normal file
7
layouts/partials/brand.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="header">
|
||||
<div class="brand">
|
||||
<h1>{{ .Site.Title}}</h1>
|
||||
<h2>{{ .Site.Params.subtitle }}</h2>
|
||||
{{ partial "nav.html" . }}
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue