mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-12-17 22:32:10 +00:00
Fix some validator issues
- Typo in CSS - improper use of <section>
This commit is contained in:
parent
ceb19c9308
commit
c40dc58bac
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ html {
|
||||||
|
|
||||||
.e-content {
|
.e-content {
|
||||||
max-width: 38em;
|
max-width: 38em;
|
||||||
padding 0;
|
padding: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,9 @@
|
||||||
</small>
|
</small>
|
||||||
</header>
|
</header>
|
||||||
<hr>
|
<hr>
|
||||||
<section class="e-content entry-content" itemprop="articleBody">
|
<div class="e-content entry-content" itemprop="articleBody">
|
||||||
{{ partial "processed-content" . -}}
|
{{ partial "processed-content" . -}}
|
||||||
</section>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue