1
0
Fork 0
forked from wezm/wezm.net

Add keep in touch footer to posts

This commit is contained in:
Wesley Moore 2020-05-22 21:57:17 +10:00
parent 5c45bdd5f8
commit 06d887c085
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE

View file

@ -40,5 +40,19 @@
<div class="post-body"> <div class="post-body">
{{ page.content | safe }} {{ page.content | safe }}
</div> </div>
<div class="respond">
<h3>
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<title>Comment</title>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<path d="M2,3 L29,3 L29,20 L24,20 L16,28 L16,20 L2,20 L2,3 Z" id="comment" stroke="#484848" stroke-width="2" sketch:type="MSShapeGroup"></path>
</g>
</svg>
Stay in touch!
</h3>
<p> Follow me on <a href="https://twitter.com/wezm">Twitter</a> or the <a href="https://decentralised.social/wezm">Fediverse</a>, <a href="{{ config.base_url }}/rss.xml">subscribe to the feed</a>, or <a href="mailto:wes@wezm.net">send me an email</a>.
</p>
</div>
</article> </article>
{% endblock %} {% endblock %}