mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Small fixes
This commit is contained in:
parent
86a3ef632c
commit
d5ffb28a70
@ -35,8 +35,8 @@
|
|||||||
<!-- Description tags -->
|
<!-- Description tags -->
|
||||||
{% if page.excerpt %}
|
{% if page.excerpt %}
|
||||||
<!-- HTML Meta Tag Description -->
|
<!-- HTML Meta Tag Description -->
|
||||||
<meta name="description" content="{{page.excerpt | strip_html | strip}}">
|
<meta name="description" content="{{page.excerpt | strip_html | strip | xml_escape}}">
|
||||||
<meta property="og:description" content="{{page.excerpt | strip_html | strip}}">
|
<meta property="og:description" content="{{page.excerpt | strip_html | strip | xml_escape}}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Image preview tags -->
|
<!-- Image preview tags -->
|
||||||
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
<meta property="og:image" content="{{image | absolute_url}}">
|
<meta property="og:image" content="{{image | absolute_url}}">
|
||||||
{% if alt %} <!-- Note og:image:alt must immediately follow og:image tag -->
|
{% if alt %} <!-- Note og:image:alt must immediately follow og:image tag -->
|
||||||
<meta property="og:image:alt" content="{{alt | strip}}">
|
<meta property="og:image:alt" content="{{alt | xml_escape }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
@ -10,5 +10,6 @@
|
|||||||
<section class = "webring">
|
<section class = "webring">
|
||||||
<a href="https://xn--sr8hvo.ws/previous">←</a>
|
<a href="https://xn--sr8hvo.ws/previous">←</a>
|
||||||
An <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a>
|
An <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a>
|
||||||
<a href="https://xn--sr8hvo.ws/next">→</a><section>
|
<a href="https://xn--sr8hvo.ws/next">→</a>
|
||||||
|
</section>
|
||||||
</footer>
|
</footer>
|
@ -1,17 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg
|
<svg
|
||||||
class="invertable"
|
class="invertable"
|
||||||
width="61.076954mm"
|
width="61.076954mm"
|
||||||
height="65.47831mm"
|
height="65.47831mm"
|
||||||
viewBox="0 0 216.4144 232.00976"
|
viewBox="0 0 216.4144 232.00976"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg1824"
|
id="svg1824"
|
||||||
sodipodi:docname="mastodon.svg"
|
sodipodi:docname="mastodon.svg"
|
||||||
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
|
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:svg="http://www.w3.org/2000/svg">
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
<defs
|
<defs
|
||||||
id="defs1828" />
|
id="defs1828" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
@ -1,16 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg
|
<svg
|
||||||
class="invertable"
|
class="invertable"
|
||||||
role="img"
|
role="img"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg1094"
|
id="svg1094"
|
||||||
sodipodi:docname="rss.svg"
|
sodipodi:docname="rss.svg"
|
||||||
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
|
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:svg="http://www.w3.org/2000/svg">
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
<defs
|
<defs
|
||||||
id="defs1098" />
|
id="defs1098" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
@ -37,7 +37,7 @@
|
|||||||
{{ page.social_text | default_mastodon_text }}
|
{{ page.social_text | default_mastodon_text }}
|
||||||
<img src = "{{ page.social_image }}"
|
<img src = "{{ page.social_image }}"
|
||||||
class = "u-featured"
|
class = "u-featured"
|
||||||
alt="{{page.alt | smartify}}">
|
alt="{{page.alt | xml_escape }}">
|
||||||
</div>
|
</div>
|
||||||
<div class="e-content">
|
<div class="e-content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
@ -46,8 +46,8 @@
|
|||||||
{% if page.commentid %}
|
{% if page.commentid %}
|
||||||
<div id="comments" class="comments">
|
<div id="comments" class="comments">
|
||||||
<h2>Comments</h2>
|
<h2>Comments</h2>
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
</main>
|
</main>
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user