diff --git a/themes/chosto/layouts/_default/single.html b/themes/chosto/layouts/_default/single.html index 17c195c..d432700 100644 --- a/themes/chosto/layouts/_default/single.html +++ b/themes/chosto/layouts/_default/single.html @@ -37,8 +37,8 @@ {{ if .Params.Title }}
- Le post que vous lisez fait partie du dossier « {{ .Params.Title }} ». Le - menu sur la gauche permet de naviguer entre ses billets. Bonne lecture ! 😄 + Le billet que vous lisez fait partie du dossier « {{ .Params.Title }} ». Le + menu sur la gauche permet de naviguer entre ses parties. Bonne lecture ! 😄
{{ end }} diff --git a/themes/chosto/static/css/custom.css b/themes/chosto/static/css/custom.css index 829eee6..7b9e36a 100644 --- a/themes/chosto/static/css/custom.css +++ b/themes/chosto/static/css/custom.css @@ -50,6 +50,8 @@ figcaption h4 { margin-top: 10px; font-size: 1rem !important; font-weight: 400 !important; + font-style: normal; + line-height: 1.5 !important; } figure img {