home hover improvements, docs
This commit is contained in:
10
loop.php
10
loop.php
@@ -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 -->
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user