fix(home): add skip id
This commit is contained in:
parent
c0e92f6895
commit
b6ed0f632f
1 changed files with 1 additions and 1 deletions
2
home.php
2
home.php
|
@ -1,5 +1,5 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
<main class="fullwidth">
|
<main class="fullwidth" id="skip">
|
||||||
<?php include(TEMPLATEPATH . '/components/globalflag.php'); ?>
|
<?php include(TEMPLATEPATH . '/components/globalflag.php'); ?>
|
||||||
|
|
||||||
<!-- Recuperation de la page de home -->
|
<!-- Recuperation de la page de home -->
|
||||||
|
|
Reference in a new issue