1
0
Fork 0
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:
Rohan Kumar 2022-03-26 16:36:39 -07:00
parent ceb19c9308
commit c40dc58bac
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ html {
.e-content { .e-content {
max-width: 38em; max-width: 38em;
padding 0; padding: 0;
margin: auto; margin: auto;
} }

View file

@ -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>