mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-31 20:52:45 +02:00
v0.1.0
Theme should be useable, but there might be some minor stylistic tweaks here and there.
This commit is contained in:
parent
e3d2a647f9
commit
82958f2609
10 changed files with 227 additions and 217 deletions
layouts
|
@ -1,23 +1,17 @@
|
|||
{{ partial "header.html" . }}
|
||||
{{ partial "math.html" . }}
|
||||
<body>
|
||||
|
||||
<article>
|
||||
{{ partial "brand.html" . }}
|
||||
|
||||
{{ range first 5 .Site.Pages }}
|
||||
<section class="post-summary">
|
||||
{{ partial "content.header.html" . }}
|
||||
<p>{{ .Summary }}</p>
|
||||
{{ if .Truncated }}
|
||||
<a href="{{ .RelPermalink }}">Read On →</a>
|
||||
{{ end }}
|
||||
</section>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
</div>
|
||||
{{ partial "body.includes.html" . }}
|
||||
</article>
|
||||
<div id="layout" class="pure-g">
|
||||
<article class="pure-u-1">
|
||||
{{ partial "brand.html" . }}
|
||||
{{ range first 5 .Site.Pages }}
|
||||
{{ partial "content.header.html" . }}
|
||||
<p>{{ .Summary }}</p>
|
||||
{{ if .Truncated }}
|
||||
<p><a href="{{ .RelPermalink }}">Read On →</a></p>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ partial "footer.html" . }}
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue