Skip to content

Commit

Permalink
Update page-front.php
Browse files Browse the repository at this point in the history
Ajout d'une class logo_a
  • Loading branch information
skylidefr authored Nov 23, 2019
1 parent 2efa96e commit 054889b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-front.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</a>
</span>
<?php endif; ?>
<a href="<?php echo $base_path; ?>"><?php echo $title; ?></a>
<a class="logo_a" href="<?php echo $base_path; ?>"><?php echo $title; ?></a>
</h1>

<!-- Nav -->
Expand Down

0 comments on commit 054889b

Please sign in to comment.