mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 09:15:31 -04:00
stop using <section> improperly
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<section class="page" id="video">
|
||||
<div class="layout" id="layout--video">
|
||||
<h1><a class="no-underline" href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
|
||||
|
||||
<video
|
||||
@@ -15,5 +15,5 @@
|
||||
</video>
|
||||
|
||||
{{ .Content }}
|
||||
</section>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user