adding recommendation note

This commit is contained in:
Solene Rapenne 2016-04-30 18:14:33 +02:00
parent c31fd9ad38
commit 91e116792c
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ Here is an example code if you want to add something like a panel on the layout.
+ In **generator.lisp** modify the function *generate-layout* to add "**(template "%%Panel%%" (slurp-file "template/panel.tpl"))**" after one template function call
+ Create **template/panel.tpl** with the html
(note : you can also directly add your text inside the layout template file instead of including another file)
## Add a new specific page
You may want to have some dedicated page for some reason, reusing the website layout, which is not the index nor an article.