Added example for customScripts

Added doc for customScripts
This commit is contained in:
Pierre Bourgeois
2023-03-27 15:40:31 +02:00
parent 208de248e3
commit 14f45b68d1
+3
View File
@@ -389,3 +389,6 @@ params:
article: "Jan 2, 2006" article: "Jan 2, 2006"
articleList: "Jan 2, 2006" articleList: "Jan 2, 2006"
articleRecent: "Jan 2, 2006" articleRecent: "Jan 2, 2006"
#customScripts: -| # You can add custom scripts which will be added before </body> tag
# <script type="text/javascript"><!-- any script here --></script>