This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 29c31b3e2c9 Website: Support feed autodiscovery (#612)
29c31b3e2c9 is described below
commit 29c31b3e2c9a5de8c2f5be04e5373fece08a8297
Author: Bryce Mecum <[email protected]>
AuthorDate: Thu Mar 6 13:59:08 2025 -0800
Website: Support feed autodiscovery (#612)
As a follow-on to https://github.com/apache/arrow-site/pull/611, this
adds a `link` tag to our head which should support feed autodiscovery.
---
_includes/top.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/_includes/top.html b/_includes/top.html
index ad20deb3e80..f31f984f8d2 100644
--- a/_includes/top.html
+++ b/_includes/top.html
@@ -84,4 +84,5 @@
{% if jekyll.environment == 'production' %}
{% include analytics.html %}
{% endif %}
+ {% feed_meta %}
</head>