apache/airflow-site

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

Screenshot 2021-04-29 at 15 09 13

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/

Screenshot 2021-04-29 at 15 14 06

Checking in the the code, this line though seems to point correctly to the footer urls:

<a class="footer-section__media-section--link" target="_blank" href="https://twitter.com/ApacheAirflow">
<svg xmlns="http://www.w3.org/2000/svg" width="44.355" height="44.355" viewBox="0 0 44.355 44.355">
<g id="Group_211" data-name="Group 211" transform="translate(-503 -1382.2)">

And this line seems to parse the date to get the current year:

<div class="footer-section">
<span>© The Apache Software Foundation <script>document.write(new Date().getFullYear())</script></span>
<div class="footer-section__policies-section--policies">

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 :)

Hey @oreopot ? How is it going :)?

Actually on the page the links are displayed correctly. Hence, I think this issue should be closed.