File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
title : Atom Feeds
3
3
---
4
4
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:
6
6
7
7
- [ All blog posts] ( all.atom.xml )
8
8
Original file line number Diff line number Diff line change 3
3
index: false
4
4
---
5
5
6
+ {% capture md %}
7
+ You can also [Subscribe to Atom feeds](/blog/feeds/) in a feed reader.
8
+ {% endcapture %}
9
+
10
+ {{ md | markdownify }}
11
+
6
12
{% include posts.html posts=paginator.posts %}
7
13
{% include pagination.html %}
Original file line number Diff line number Diff line change @@ -50,7 +50,10 @@ You can monitor and administer several servers at the same time. Just add it eas
50
50
About Cockpit
51
51
: [ Project Ideals and Goals] ( ideals.html )
52
52
: [ Cockpit Blog] ( blog )
53
+ : [ Blog Feeds] ( blog/feeds/ )
53
54
: [ Search this site] ( search.html )
55
+
56
+ * [ Feeds] : Atom (similar to RSS), for use in feed readers
54
57
{% endcapture %}
55
58
56
59
{% capture footer_links_2 %}
You can’t perform that action at this time.
0 commit comments