fix: Fix HTML validation warnings
This commit is contained in:
parent
8b0a3cb9c0
commit
6ae9a414b3
@ -4,10 +4,8 @@
|
|||||||
|
|
||||||
<p><b>> {{ date }}</b></p>
|
<p><b>> {{ date }}</b></p>
|
||||||
|
|
||||||
<p class="post-summary">
|
|
||||||
<div class="quote text">
|
<div class="quote text">
|
||||||
{{ summary }}...
|
<p class="post-summary">{{ summary }}...</p>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<div class="horizontal-center">
|
<div class="horizontal-center">
|
||||||
<div class="vertical header">
|
<div class="vertical header">
|
||||||
<div id="header" class="horizontal">
|
<div id="header" class="horizontal">
|
||||||
<img class="avatar" src="{{ page_assets }}/img/avatar.jpg" />
|
<img class="avatar" src="{{ page_assets }}/img/avatar.jpg" alt="" />
|
||||||
|
|
||||||
<div class="vertical-center">
|
<div class="vertical-center">
|
||||||
<span class="name-title">PapaTutuWawa's Blog</span>
|
<span class="name-title">PapaTutuWawa's Blog</span>
|
||||||
@ -39,12 +39,13 @@
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<center class="footer">
|
<div class="horizontal-center footer">
|
||||||
Created by <i>PapaTutuWawa</i> with <3 using
|
Created by <i>PapaTutuWawa</i> with <3 using
|
||||||
<a href="https://github.com/google/roboto">Roboto</a>,
|
<a href="https://github.com/google/roboto">Roboto</a>,
|
||||||
<a href="https://github.com/RedHatOfficial/Overpass">Overpass</a> and
|
<a href="https://github.com/RedHatOfficial/Overpass">Overpass</a> and
|
||||||
<a href="https://github.com/sunainapai/makesite">makesite</a>
|
<a href="https://github.com/sunainapai/makesite">makesite</a>
|
||||||
</center>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user