1.0.15 w3c validation, aria tags

This commit is contained in:
infeeeee
2019-10-08 22:41:32 +02:00
parent ae10f90786
commit 3f0709ddec
11 changed files with 178 additions and 144 deletions

View File

@@ -82,7 +82,7 @@
<?php if (is_home() and $qc == 1): ; //first post on home ?>
<div class="curvyArrow">
<object data="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.svg" type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.png" />
<img src="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.png" alt="→"/>
</object>
</div>
<?php endif;?>