Skip to content

Commit 8dc1813

Browse files
committed
feat: link to Atom feed from <head>, include all posts
1 parent 2980d0f commit 8dc1813

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ plugins:
1010
- jekyll-feed
1111
- jekyll-seo-tag
1212
- jekyll-sitemap
13+
feed:
14+
posts_limit: 1000
1315
authors:
1416
- The igraph Team
1517
defaults:

_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<link rel="icon" href="/favicon.svg" />
1313
<link rel="alternate icon" href="/favicon.ico" />
1414

15+
<!-- Atom feed -->
16+
{% feed_meta %}
17+
1518
<title>{{ title }}</title>
1619

1720
<!-- Bootstrap core CSS -->

0 commit comments

Comments
 (0)