-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.php
23 lines (22 loc) · 1.06 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</article>
<footer>
<nav>
<a id="github" href="https://github.com/piwheels"><div></div>GitHub</a>
<a id="readthedocs" href="https://piwheels.readthedocs.io/"><div></div>Docs</a>
<a id="twitter" href="https://twitter.com/piwheels"><div></div>Twitter</a>
</nav>
<p class="notices">piwheels is a community project by
<a href="https://twitter.com/ben_nuttall">Ben Nuttall</a>
and <a href="https://twitter.com/waveform80">Dave Jones</a>.
Powered by the <a href="https://www.mythic-beasts.com/order/rpi">Mythic
Beasts Pi Cloud</a>.</p>
<a id="mythic" href="https://www.mythic-beasts.com/"></a>
</footer>
<script src="//code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/what-input.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/foundation.min.js"></script>
<script>$(document).foundation();</script>
<script src="https://www.piwheels.org/blogposts.js"></script>
<?php wp_footer(); ?>
</body>
</html>