forked from mirrors/hugo-tufte
Merge branch 'slashformotion:master' into master
This commit is contained in:
commit
269a529f72
4 changed files with 16 additions and 9 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
exampleSite/public/*
|
||||
exampleSite/public/*
|
||||
*.patch
|
|
@ -1,4 +1,4 @@
|
|||
[module]
|
||||
[module.hugoVersion]
|
||||
extended = true
|
||||
min = "0.85.0"
|
||||
min = "0.83.0"
|
|
@ -1,7 +1,13 @@
|
|||
{{ partial "header.html" . }}
|
||||
<section id="main">
|
||||
<div>
|
||||
<h1 id="title">{{ .Title }}</h1>
|
||||
{{ define "main" }}
|
||||
truc
|
||||
<div id="layout" class="pure-g">
|
||||
<article class="pure-u-1">
|
||||
{{ partial "brand.html" . }}
|
||||
|
||||
<section><h1 id="title">{{ .Title }}</h1></section>
|
||||
<section>
|
||||
{{ partial "footer.html" . }}
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
{{ partial "footer.html" . }}
|
||||
{{ end }}
|
|
@ -6,7 +6,7 @@ homepage = "http://github.com/slashformotion/hugo-tufte"
|
|||
demo = "https://slashformotion.github.io/hugo-tufte/"
|
||||
tags = ["blog", "tufte", "minimal"]
|
||||
features = ["math", "tufte-css", "tufte"]
|
||||
min_version = 0.84
|
||||
min_version = 0.83
|
||||
|
||||
authors = [
|
||||
{name = "Shawn O'Hare", homepage = "http://www.shawnohare.com"},
|
||||
|
|
Loading…
Reference in a new issue