Skip to content

Commit 03e69b2

Browse files
garrettmartinpitt
authored andcommitted
blog: make atom feeds more discoverable
- added link to front page's mini-footer - added link on /blog/ - added link to /blog/ on /blog/feeds/ Closes cockpit-project#155
1 parent 37c484c commit 03e69b2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

blog/feeds/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Atom Feeds
33
---
44

5-
Follow along in an feed reader! Subscribe to our Atom (similar to RSS) feed:
5+
Follow [the blog](/blog/) in an feed reader! Subscribe to our Atom (similar to RSS) feed:
66

77
- [All blog posts](all.atom.xml)
88

blog/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
index: false
44
---
55

6+
{% capture md %}
7+
You can also [Subscribe to Atom feeds](/blog/feeds/) in a feed reader.
8+
{% endcapture %}
9+
10+
{{ md | markdownify }}
11+
612
{% include posts.html posts=paginator.posts %}
713
{% include pagination.html %}

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ You can monitor and administer several servers at the same time. Just add it eas
5050
About Cockpit
5151
: [Project Ideals and Goals](ideals.html)
5252
: [Cockpit Blog](blog)
53+
: [Blog Feeds](blog/feeds/)
5354
: [Search this site](search.html)
55+
56+
*[Feeds]: Atom (similar to RSS), for use in feed readers
5457
{% endcapture %}
5558

5659
{% capture footer_links_2 %}

0 commit comments

Comments
 (0)