Compare commits
No commits in common. "c5a6d09dc7d3a0fbc4e9743754d862ca7da35f9f" and "486ec129687618d859cfc3c501ac6db9d370af5c" have entirely different histories.
c5a6d09dc7
...
486ec12968
|
|
@ -41,7 +41,6 @@ body.akoestiek,
|
|||
@apply text-acoustique-coproprietes;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a:not(.wp-block-button__link, .cta),
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
|
|
@ -191,7 +190,6 @@ body.energie,
|
|||
@apply text-energies-urbanisme;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a:not(.wp-block-button__link, .cta),
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
|
|
@ -348,7 +346,6 @@ body.isolation,
|
|||
@apply text-isolation-quotidien;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a:not(.wp-block-button__link, .cta),
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
|
|
@ -502,7 +499,6 @@ body.gezondheid-en-veiligheid,
|
|||
@apply text-patrimoine-sante-securite;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a:not(.wp-block-button__link, .cta),
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
|
|
@ -671,7 +667,6 @@ body.duurzaamheid,
|
|||
@apply text-location-durabilite;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a:not(.wp-block-button__link, .cta),
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@
|
|||
// get network site 2 home url
|
||||
$networkArtisan = get_blog_details(2);
|
||||
$networkArtisanHomeUrl = isset($networkArtisan->home) ? $networkArtisan->home : '';
|
||||
$current_lang = apply_filters('wpml_current_language', null);
|
||||
// print_r($current_lang);
|
||||
$current_lang === 'nl' ? $networkArtisanHomeUrl .= '/nl/' : '';
|
||||
?>
|
||||
|
||||
<a href="<?php echo $networkArtisanHomeUrl ?>" class="side-card">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user