Remove bogus span tag

This commit is contained in:
Marcin Zajączkowski 2020-01-28 23:25:47 +01:00 committed by GitHub
parent ac89567abc
commit d58524bf82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@
{{ .Content }} {{ .Content }}
</div> </div>
</header> </header>
</span>
<main class="main archive"> <main class="main archive">
<div class="archive__container"> <div class="archive__container">
{{ $pages := (where .Site.RegularPages "Section" "talks") }} {{ $pages := (where .Site.RegularPages "Section" "talks") }}
@ -36,4 +35,4 @@
</div> </div>
{{ partial "script/archive-script" . }} {{ partial "script/archive-script" . }}
</main> </main>
{{ end }} {{ end }}