mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 04:46:58 +01:00
82958f2609
Theme should be useable, but there might be some minor stylistic tweaks here and there.
7 lines
144 B
HTML
7 lines
144 B
HTML
{{ partial "header.html" . }}
|
|
<section id="main">
|
|
<div>
|
|
<h1 id="title">{{ .Title }}</h1>
|
|
</div>
|
|
</section>
|
|
{{ partial "footer.html" . }}
|