diff --git a/config.toml b/config.toml index 9024052bc..c3de06e95 100644 --- a/config.toml +++ b/config.toml @@ -3,15 +3,15 @@ base_url = "https://www3.threefold.io" # Change this to your own URL! Please note this variable **must** be uncommented . title = "ThreeFold" -description="Our global digital backbone" +description = "Our global digital backbone" # When set to "true", a feed is automatically generated. -# generate_feed = true +generate_feed = true # The filename to use for the feed. Used as the template filename, too. # Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed. # There is also a built-in template "rss.xml" that renders an RSS 2.0 feed. -# feed_filename = "index.xml" +feed_filename = "atom.xml" # The number of articles to include in the feed. All items are included if # this limit is not set (the default). @@ -39,7 +39,7 @@ render_emoji = false # Whether external links are to be opened in a new tab # If this is true, a `rel="noopener"` will always automatically be added for security reasons -external_links_target_blank = false +# external_links_target_blank = false # Whether to set rel="nofollow" for all external links external_links_no_follow = true @@ -95,7 +95,3 @@ paginate_path = "people/memberships" [extra] # Put all your custom variables here - - - - diff --git a/templates/partials/head.html b/templates/partials/head.html index 60eff64a9..c75409da8 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -173,4 +173,13 @@ var ml_account = ml('accounts', '1778010', 'x2d3d9f8n1', 'load'); + + {% block rss %} + + {% endblock %} \ No newline at end of file