Links not updated on page footer
Closed this issue · 4 comments
There seems to be an issue in this page's footer - https://airflow.apache.org/docs/apache-airflow/stable/index.html
Where the social media links do not point to specific Airflow accounts, but just to the generic sites eg. https://www.youtube.com
instead of https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA
. Also, the site points to the year being 2019, rather than 2021.
This seems to be fine in the landing page however - https://airflow.apache.org/
Checking in the the code, this line though seems to point correctly to the footer urls:
airflow-site/sphinx_airflow_theme/sphinx_airflow_theme/footer.html
Lines 76 to 78 in d2a357f
And this line seems to parse the date to get the current year:
airflow-site/sphinx_airflow_theme/sphinx_airflow_theme/footer.html
Lines 107 to 109 in d2a357f
If there's anything I can do to help - let me know where to change this and I would be happy to open a PR !
I can work on this and submit a PR.
Feel free :)
Actually on the page the links are displayed correctly. Hence, I think this issue should be closed.