home hover improvements, docs

This commit is contained in:
2019-06-22 22:09:39 +02:00
parent 1cc5df0c40
commit 8b99976607
9 changed files with 136 additions and 82 deletions

View File

@@ -58,6 +58,16 @@
<?php endif;?>
<div class="filler"></div>
<?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" />
</object>
</div>
<?php endif;?>
</div> <!-- metadata end -->