-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfooter.php
28 lines (23 loc) · 1.14 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
24
25
26
27
28
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Dez
*/
?>
<footer id="colophon" class="site-footer">
<p><a href="mailto:[email protected]">Contato</a> · <a href="/patrocine/">Patrocine</a> · <a href="https://manualdousuario.net/politica-de-privacidade/">Privacidade</a></p>
<p>Associado à <a href="https://ajor.org.br/">Ajor</a></p>
<p>Apoio: <a href="https://buttondown.email/?utm_campaign=manual&utm_source=footer">Buttondown</a> · <a href="https://www.teramundi.com/">Teramundi</a></p>
<p>2013–<?php echo esc_html( gmdate( 'Y' ) ); ?> · <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.pt-br">CC BY-NC-SA 4.0</a></p>
<p><a href="https://celere.dev"><img src="/wp-content/themes/dez/img/celere-badge-escuro.svg" alt="Otimizado por Célere" width="190" height="27" loading="lazy" /></a></p>
</footer>
</div><!-- #page -->
<a href="#" class="top" title="Voltar ao topo"></a>
<?php wp_footer(); ?>
</body>
</html>