This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/libcloud-site.git
The following commit(s) were added to refs/heads/master by this push: new 09492d20 Add link + image logo to ASF events to the page footer. 09492d20 is described below commit 09492d2066dc55cffef6f4df351f9c66180fc270 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Wed Aug 16 09:06:21 2023 +0200 Add link + image logo to ASF events to the page footer. --- source/_includes/asf_events.html | 1 + source/_includes/footer.html | 2 ++ source/_layouts/default.html | 1 + 3 files changed, 4 insertions(+) diff --git a/source/_includes/asf_events.html b/source/_includes/asf_events.html new file mode 100644 index 00000000..8e1c00e8 --- /dev/null +++ b/source/_includes/asf_events.html @@ -0,0 +1 @@ +<script src="https://www.apachecon.com/event-images/snippet.js"></script> diff --git a/source/_includes/footer.html b/source/_includes/footer.html index b4d77f87..46f99ac8 100644 --- a/source/_includes/footer.html +++ b/source/_includes/footer.html @@ -3,10 +3,12 @@ href="/security.html">Security</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | + <a href="https://www.apache.org/events/">Events</a> | <a href="/credits.html">Credits</a> | <a href="/media.html">Media</a> </div> <div class="footer-text"> + <p><a class="acevent" data-format="wide"></a></p> <p class="">Copyright © 2009-{{ site.time | date: "%Y" }} <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p> <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p> <p class="">Site last updated on {{ site.time }}</p> diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 39a5c4af..522414f8 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -134,5 +134,6 @@ {% endif %} {% include analytics.html %} + {% include asf_events.html %} </body> </html>