mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -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
|
|
@ -14,7 +14,7 @@
|
|||
(load-script (html-document body) "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js")
|
||||
(load-script (html-document body) "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js")
|
||||
;; Root page setup
|
||||
(setf (title (html-document body)) "Hello Boostrap")
|
||||
(setf (title (html-document body)) "Tutorial 16: Hello Boostrap")
|
||||
(let* ((nav (create-section body :nav :class "nav"))
|
||||
;; Nav Bar
|
||||
(l1 (create-a nav :content "link1" :class "nav-link"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue