fix: Fix HTML validation warnings
This commit is contained in:
parent
96186d3248
commit
5b4e9eb0c7
12
Makefile
12
Makefile
@ -21,15 +21,5 @@ build:
|
|||||||
-v build_time="${BUILD_DATE}" \
|
-v build_time="${BUILD_DATE}" \
|
||||||
--assets ./assets \
|
--assets ./assets \
|
||||||
--copy-assets \
|
--copy-assets \
|
||||||
--ignore assets/img/raw \
|
--include robots.txt
|
||||||
--include robots.txt \
|
|
||||||
--blog \
|
|
||||||
--rss
|
|
||||||
python ../shared-assets/pgp-sign.py $(wildcard _site/*.html)
|
|
||||||
gpg \
|
|
||||||
--armor \
|
|
||||||
--output _site/assets/files/verify.sh.sig \
|
|
||||||
--local-user papatutuwawa@polynom.me \
|
|
||||||
--detach-sign \
|
|
||||||
assets/files/verify.sh
|
|
||||||
tar -czf blog.tar.gz _site
|
tar -czf blog.tar.gz _site
|
||||||
|
@ -19,7 +19,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">Alexander "PapaTutuWawa"</span>
|
<span class="name-title">Alexander "PapaTutuWawa"</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>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div>
|
<div>
|
||||||
<a href="https://{{ item.source_url }}" target="_blank">
|
<a href="https://{{ item.source_url }}" target="_blank">
|
||||||
<img class="screenshot clickable" src="{{ item.screenshot }}" />
|
<img class="screenshot clickable" src="{{ item.screenshot }}" alt="Screenshot of {{ item.title }}" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user