Merge branch 'slashformotion:master' into master

This commit is contained in:
Dwarkesh Patel 2021-08-01 13:08:07 -05:00 committed by GitHub
commit 269a529f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 9 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
exampleSite/public/*
*.patch

View file

@ -1,4 +1,4 @@
[module]
[module.hugoVersion]
extended = true
min = "0.85.0"
min = "0.83.0"

View file

@ -1,7 +1,13 @@
{{ partial "header.html" . }}
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
</div>
</section>
{{ 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>
{{ end }}

View file

@ -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"},