diff --git a/site/blueprints/pages/laboratory.yml b/site/blueprints/pages/laboratory.yml new file mode 100644 index 0000000..72a6b68 --- /dev/null +++ b/site/blueprints/pages/laboratory.yml @@ -0,0 +1,6 @@ +title: Laboratoire + +tabs: + contentTab: + label: Contenu + seo: seo/page diff --git a/site/blueprints/pages/legal-notices.yml b/site/blueprints/pages/legal-notices.yml new file mode 100644 index 0000000..5ba6fbe --- /dev/null +++ b/site/blueprints/pages/legal-notices.yml @@ -0,0 +1,6 @@ +title: Mentions légales + +tabs: + contentTab: + label: Contenu + seo: seo/page diff --git a/site/templates/laboratory.php b/site/templates/laboratory.php new file mode 100644 index 0000000..8e54641 --- /dev/null +++ b/site/templates/laboratory.php @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/site/templates/legal-notices.php b/site/templates/legal-notices.php new file mode 100644 index 0000000..8e54641 --- /dev/null +++ b/site/templates/legal-notices.php @@ -0,0 +1,2 @@ + + \ No newline at end of file