We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2980d0f commit 8dc1813Copy full SHA for 8dc1813
2 files changed
_config.yml
@@ -10,6 +10,8 @@ plugins:
10
- jekyll-feed
11
- jekyll-seo-tag
12
- jekyll-sitemap
13
+feed:
14
+ posts_limit: 1000
15
authors:
16
- The igraph Team
17
defaults:
_layouts/default.html
@@ -12,6 +12,9 @@
<link rel="icon" href="/favicon.svg" />
<link rel="alternate icon" href="/favicon.ico" />
+ <!-- Atom feed -->
+ {% feed_meta %}
+
18
<title>{{ title }}</title>
19
20
<!-- Bootstrap core CSS -->
0 commit comments