Clarify types of updates available in the site's RSS feed on the home page
This commit is contained in:
parent
5331907ee4
commit
3c620abacf
|
@ -57,7 +57,7 @@ eleventyComputed:
|
|||
{%- endfor %}
|
||||
<p><a href="/changelogs">View all site changelogs</a></p>
|
||||
</div>
|
||||
<p>You can subscribe to the <a href="/feed.xml">{{ sitemeta.siteName }} RSS feed</a> to get notified of the updates on this website.</p>
|
||||
<p>You can subscribe to the <a href="/feed.xml">{{ sitemeta.siteName }} RSS feed</a> to get notified of the updates on this website, including new articles, blog posts and website changelogs.</p>
|
||||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
|
|
Loading…
Reference in New Issue