2022-12-04 17:47:38 +01:00
|
|
|
<div style="background-color: orange;border-radius: 6px;font-weight: bold;margin-bottom: 10px; display: block; text-align: centre;" class="container">
|
|
|
|
<?php if(preg_match('/^(\/en\/|\/2020\/03\/01\/install-rancheros-on-freenas-11-3\/)/', $_SERVER['REQUEST_URI']) !== 1){ ?>
|
2022-11-06 11:42:22 +01:00
|
|
|
Ceci est la version legacy de mon blog si vous voulez voir les nouveaux articles et et savoir pourquoi c'est par
|
2022-11-06 15:14:47 +01:00
|
|
|
<a href="/v2/">ICI</a>
|
2022-12-04 17:47:38 +01:00
|
|
|
<?php } else { ?>
|
|
|
|
This is the legacy version of my blog if you want to read fresh posts and learn more about why, it's
|
|
|
|
<a href="/v2/">HERE</a>
|
|
|
|
<?php } ?>
|
2022-11-06 11:42:22 +01:00
|
|
|
</div>
|