Fix spaces at end of line

This commit is contained in:
Solene Rapenne 2017-11-28 08:15:42 +01:00
parent 8f68de9add
commit 25c83f1ce1

View File

@ -11,9 +11,8 @@ It runs without Quicklisp.
## Showcase
I am using cl-yag to create and maintain my websites in the
world-wide-web (visit: *[Solene's
percent](https://dataswamp.org/~solene/)*) as well as [in
gopher-space](gopher://dataswamp.org/1/~solene/).
world-wide-web (visit: *[Solene'spercent](https://dataswamp.org/~solene/)*)
as well as [in gopher-space](gopher://dataswamp.org/1/~solene/).
## Requirements
@ -206,7 +205,7 @@ cl-yags default Lisp interpreter is **sbcl**.
If you want to use a different lisp interpreter you need to set the
variable 'LISP' to the name of your binary, when calling ``make``.
`make LISP=ecl`
make LISP=ecl
### Using git Hooks For Publishing
@ -227,7 +226,7 @@ Here is an example code, if you want to include another page in the template:
3. Modify the function *generate-layout* in cl-yag's **generator.lisp** accordingly.
This is done by adding the following template function call:
"**(template "%%Panel%%" (load-file "template/panel.tpl"))**"
(template "%%Panel%%" (load-file "template/panel.tpl"))
(Note: You can insert your text directly into the layout template file
as well.)