fixing svg icon use function to always include icon class; also updated README and removed TODO

This commit is contained in:
Adam Piontek 2021-07-11 14:24:13 -04:00
parent 59f70d24d0
commit 3ef1ecfe4e
10 changed files with 20 additions and 30 deletions

View file

@ -22,7 +22,7 @@ get_header(); ?>
<header>
<h2>
<?php
echo svg_icon_use('mdi-account', 'icon baseline');
echo svg_icon_use('mdi-account', 'baseline');
echo ' ' . get_the_author_meta('display_name');
?>
</h2>