Make atom link more obvious on index footer and each article.
This commit is contained in:
parent
a8a7281e7f
commit
2d90d68b13
1 changed files with 5 additions and 5 deletions
|
@ -236,6 +236,8 @@ class Article:
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<address>Contact me: writing@voussoir.net</address>
|
<address>Contact me: writing@voussoir.net</address>
|
||||||
|
|
||||||
|
<p>If you would like to subscribe for more, add this to your RSS reader: <a rel="alternate" type="application/atom+xml" href="/writing/writing.atom">https://voussoir.net/writing/writing.atom</a></p>
|
||||||
''').render(
|
''').render(
|
||||||
github_history=github_history,
|
github_history=github_history,
|
||||||
commits=commits,
|
commits=commits,
|
||||||
|
@ -451,11 +453,6 @@ def write_writing_index():
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<p>
|
|
||||||
<a rel="alternate" type="application/atom+xml" href="/writing/writing.atom">Atom</a> /
|
|
||||||
<a rel="alternate" type="application/rss+xml" href="/writing/writing.rss">RSS</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Recently edited</h2>
|
<h2>Recently edited</h2>
|
||||||
<ol class="article_list">
|
<ol class="article_list">
|
||||||
{% for article in articles_edited %}
|
{% for article in articles_edited %}
|
||||||
|
@ -471,6 +468,9 @@ def write_writing_index():
|
||||||
<p>I greatly appreciate the time you have taken to visit my page. If you
|
<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
|
have feedback, corrections, or tales of harrowing adventure, send an email
|
||||||
to writing@voussoir.net.
|
to writing@voussoir.net.
|
||||||
|
|
||||||
|
<p>If you would like to subscribe for more, add this to your RSS reader: <a rel="alternate" type="application/atom+xml" href="/writing/writing.atom">https://voussoir.net/writing/writing.atom</a></p>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue