<?php
/**
 * Skip To Content
 *
 * @package Total WordPress theme
 * @subpackage Partials
 * @version 4.5.4
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
} ?>

<a href="#content" class="skip-to-content"><?php echo esc_html__( 'skip to Main Content', 'total' ); ?></a>