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
|
|
@ -13,7 +13,7 @@
|
|||
(load-css (html-document body) "https://www.w3schools.com/w3css/4/w3.css")
|
||||
(load-css (html-document body) "https://www.w3schools.com/lib/w3-theme-teal.css")
|
||||
;; Setup page
|
||||
(setf (title (html-document body)) "Hello W3.CSS")
|
||||
(setf (title (html-document body)) "Tutorial 17: Hello W3.CSS")
|
||||
(let* ((header (create-section body :header :class "w3-container w3-card w3-theme"))
|
||||
(tmp (create-section header :h1 :content "Explore Forms"))
|
||||
;; Main area of page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue