forked from aaronds/bristol-hackspace-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·34 lines (34 loc) · 870 Bytes
/
footer.php
File metadata and controls
executable file
·34 lines (34 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
</div>
</article>
<footer>
<div class="inner">
<?php if (is_page() || is_single()) edit_post_link('Edit this page', '<p class="edit_page_link">', '</p>'); ?>
<ul class="footer-links">
<li>
<span>
Hosted by
<a href='https://mythic-beasts.com'>
Mythic Beasts
</a>
</span>
<a href='https://mythic-beasts.com'>
<img src="/wp-content/uploads/2023/05/Mythic_Beasts_logo.png" alt="Mythic Beasts Logo">
</a>
</li>
<li>
<span>
Hackspace ISP
<a href='https://www.aa.net.uk'>
Andrews and Arnold
</a>
</span>
<a href='https://www.aa.net.uk'>
<img src="/wp-content/uploads/2023/05/Andrews_and_arnold_logo.png" alt="Andrews and Arnold Logo">
</a>
</li>
</ul>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>