-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
16 lines (16 loc) · 1.1 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</main>
<footer class="mt-5">
<div class="container">
<p class="small text-muted text-center">
<?php echo date('Y') ?> ©
<?php echo get_bloginfo('name') ?> <?php echo get_bloginfo('description', 'display') ?>
<br>
Content Plan: <a href="https://leec.eco.br/people/prof-milton-cezar-ribeiro-miltinho/" title="Milton Ribeiro" class="link-secondary">Milton Ribeiro</a>, <a href="https://leec.eco.br/people/ligia-salzano/" title="Ligia Salzano" class="link-secondary">Ligia Salzano</a>, <a href="https://leec.eco.br/people/john-wesley-ribeiro/" title="John Wesley Ribeiro" class="link-secondary">John Wesley Ribeiro</a> e <a href="https://leec.eco.br/people/felipe-martello-ribeiro/" title="Felipe Martello Ribeiro" class="link-secondary">Felipe Martello Ribeiro</a>.
<br>
Developed by <a href="https://ligiasalzano.com/" title="Ligia Salzano" class="link-secondary">Ligia Salzano</a>
</p>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>