wordcamp-bristol-2019/wp-content/themes/twentynineteen-tailwindcss/footer.php

19 lines
499 B
PHP
Raw Normal View History

2019-04-16 19:26:54 +00:00
<aside class="mt-24">
<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
</aside>
2019-03-25 18:29:35 +00:00
2019-03-17 22:50:58 +00:00
<footer class="pt-24 pb-16">
<p class="text-gray-600">
2019-03-17 22:50:58 +00:00
<?php bloginfo('slogan'); ?>,
<a href="<?php echo esc_url(__('https://wordpress.org/', 'twentynineteen')); ?>">
<?php printf(__('Proudly powered by %s.'), 'WordPress'); ?>
</a>
</p>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>