Skip to content

Commit 0462d50

Browse files
committed
add html comments on header and footer
1 parent 7f03ac8 commit 0462d50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

footer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php do_action( 'cc_theme_before_footer' ); ?>
2+
<!--BEGIN FOOTER-->
23
<footer class="main-footer">
34
<?php do_action( 'cc_theme_before_footer_content' ); ?>
45
<div class="container">
@@ -56,6 +57,7 @@
5657
</div>
5758
<?php do_action( 'cc_theme_after_footer_content' ); ?>
5859
</footer>
60+
<!-- END FOOTER-->
5961
<?php do_action( 'cc_theme_after_footer' ); ?>
6062
<?php wp_footer(); ?>
6163
</body>

front/assets/css/styles.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)