section
get_template_part('theme-partials/header/head');
$class_name = '';
if(is_page() && get_page_template_slug(wpgrade::lang_original_post_id(get_the_ID())) == 'template-journal.php') {
$class_name .= ' blog';
}
$schema_org = '';
if (is_single()) {
$schema_org .= 'itemscope itemtype="http://schema.org/Article"';
} else {
$schema_org .= 'itemscope itemtype="http://schema.org/WebPage"';
}
if(wpgrade::option('nav_inverse_top') == 1) $class_name .= " nav-inverse-top";
if(wpgrade::option('nav_inverse_main') == 1) $class_name .= " nav-inverse-main"; ?>
>