Add footer to writing index.
This commit is contained in:
parent
558f4cd422
commit
5da0d92e12
1 changed files with 7 additions and 0 deletions
|
@ -426,6 +426,13 @@ def write_writing_index():
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2>The footer</h2>
|
||||||
|
<p>I greatly appreciate the time you have taken to visit my page. If you
|
||||||
|
have feedback, corrections, or tales of harrowing adventure, send an email
|
||||||
|
to writing@voussoir.net. If you want me to hold on to some of your dollars
|
||||||
|
for permanent safekeeping,
|
||||||
|
<a href="https://www.buymeacoffee.com/voussoir">click here</a>.</p>
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue