footer.html (686B)
1 <footer class="site-footer h-card"> 2 <data class="u-url" href="{{ "/" | relative_url }}"></data> 3 4 <div class="wrapper"> 5 6 <h2 class="footer-heading">{{ site.title | escape }}</h2> 7 8 <div class="footer-col-wrapper"> 9 10 <div class="footer-col footer-col-1"> 11 <ul class="contact-list"> 12 <li class="p-name"> 13 14 <a href="https://lists.mozilla.org/listinfo/android-components">Mailing list</a> 15 - 16 <a href="{{ "/feed.xml" | relative_url }}">RSS Feed</a> 17 - 18 <a href="https://github.com/mozilla-mobile/android-components">GitHub</a> 19 20 </li> 21 </ul> 22 </div> 23 24 </div> 25 </div> 26 </footer>