Rename theme

This commit is contained in:
Oliver Davies 2019-03-22 21:35:19 +00:00
parent e556db68e4
commit 0e3a35adca
8 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<footer class="pt-24 pb-16">
<p class="text-gray-600">
<?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>