mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Made sure every single tutorial page had page title set to "Tutorial xx" as appropriate. The purpose of the updates is to make it easy for anyone to open up a tutorial and see which one was loaded up by looking at the page title.
This commit is contained in:
parent
cad8ebce9c
commit
5fbbd5cda1
23 changed files with 30 additions and 12 deletions
|
|
@ -62,7 +62,7 @@
|
|||
(defun on-new-window (body)
|
||||
(let ((app (make-instance 'app-data))) ; Create our "App-Data" for this instance
|
||||
(setf (connection-data-item body "app-data") app)) ; of our App.
|
||||
(setf (title (html-document body)) "Tutorial 8")
|
||||
(setf (title (html-document body)) "Tutorial 08")
|
||||
(let* ((div1 (create-div body))
|
||||
(div2 (create-div div1))
|
||||
(div3 (create-div div2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue