Lots of updates !
diff --git a/inst/rmarkdown/templates/posterdown_betterland/resources/template.html b/inst/rmarkdown/templates/posterdown_betterland/resources/template.html
index cc05b9f..0c85df8 100644
--- a/inst/rmarkdown/templates/posterdown_betterland/resources/template.html
+++ b/inst/rmarkdown/templates/posterdown_betterland/resources/template.html
@@ -127,7 +127,7 @@
 padding-top: 0;
 }
 .references {
-font-size: 20px;
+font-size: $if(reference_textsize)$$reference_textsize$$else$20px$endif$;
 line-height: 90%;
 }
 /* Create three unequal columns that floats next to each other */
@@ -244,7 +244,7 @@
 }
 .main p {
 padding-top: 20%;
-font-size: $if(main_fonsize)$$main_fontsize$$else$170px$endif$;
+font-size: $if(main_fonsize)$$main_textsize$$else$170px$endif$;
 text-align: left;
 }
 .fab {
diff --git a/inst/rmarkdown/templates/posterdown_betterland/template.yaml b/inst/rmarkdown/templates/posterdown_betterland/template.yaml
index b26e40b..ec890fd 100644
--- a/inst/rmarkdown/templates/posterdown_betterland/template.yaml
+++ b/inst/rmarkdown/templates/posterdown_betterland/template.yaml
@@ -1,4 +1,5 @@
 name: Posterdown Betterland
 description: >
  Template for creating R Markdown based PDF via HTML, CSS and the Better Poster Style
-create_dir: true
+create_dir: false
+t