Add an entry-footer component
This commit is contained in:
parent
320e98fcd8
commit
301d10b0f6
|
@ -13,3 +13,7 @@
|
|||
@apply text-gray-800 no-underline
|
||||
}
|
||||
}
|
||||
|
||||
.entry-footer {
|
||||
@apply flex flex-wrap mt-10
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
?>
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
<footer class="mt-10 flex flex-wrap">
|
||||
<footer class="entry-footer">
|
||||
<?php twentynineteen_entry_footer(); ?>
|
||||
</footer><!-- .entry-footer -->
|
||||
</article><!-- #post-${ID} -->
|
||||
|
|
Loading…
Reference in a new issue