diff --git a/config.yml b/config.yml
index 7e6cd2c..00e601d 100644
--- a/config.yml
+++ b/config.yml
@@ -5,4 +5,4 @@ theme: prologue
params:
copyright: Tous droits réservés - 2021
-
+ mainH1: Cabinet Ostéopathie Froidmont
diff --git a/themes/prologue/layouts/index.html b/themes/prologue/layouts/index.html
index 2b23c43..ed1f05b 100644
--- a/themes/prologue/layouts/index.html
+++ b/themes/prologue/layouts/index.html
@@ -66,7 +66,7 @@
- {{ .Title }}
+ {{ .Site.Params.mainH1 }}
Diplômée d'un master en ostéopathie délivré par l'Université Libre de Bruxelles (master complémentaire en 6 années)
@@ -117,7 +117,7 @@
- Ostéopathie
+ Ostéopathie
L’ostéopathie est une approche diagnostique et thérapeutique manuelle des dysfonctions de mobilité articulaire et tissulaire en général, dans le cadre de leur participation à l’apparition et au maintien des maladies.
@@ -131,7 +131,7 @@
diff --git a/themes/prologue/static/css/main.css b/themes/prologue/static/css/main.css
index 9d5a355..22a2051 100644
--- a/themes/prologue/static/css/main.css
+++ b/themes/prologue/static/css/main.css
@@ -164,16 +164,16 @@ input, select, textarea {
color: #333;
}
- h2 {
+ h1 {
font-size: 2em;
letter-spacing: -1px;
}
- h2.alt {
+ h1.alt {
color: #888;
}
- h2.alt strong {
+ h1.alt strong {
color: #666;
}
@@ -2257,7 +2257,7 @@ input, select, textarea {
color: rgba(255, 255, 255, 0.75);
}
- #main > section.dark h2, #main > section.dark h3, #main > section.dark h4, #main > section.dark h5, #main > section.dark h6 {
+ #main > section.dark h1, #main > section.dark h3, #main > section.dark h4, #main > section.dark h5, #main > section.dark h6 {
color: inherit;
}
@@ -2620,7 +2620,7 @@ input, select, textarea {
font-size: 14pt;
}
- h2 {
+ h1 {
font-size: 1.5em;
letter-spacing: 0;
font-weight: 300;