Update useful.scm
parent
dd6b715579
commit
b0376f5742
|
@ -122,9 +122,9 @@
|
||||||
(define (header-box)
|
(define (header-box)
|
||||||
`(div (@ (id "block"))
|
`(div (@ (id "block"))
|
||||||
(p "+>---------------------------<+")
|
(p "+>---------------------------<+")
|
||||||
(p ,(link* "About" "/site/about.html")--
|
(p ,(link* "About" "https://cristiancmoises.github.io/site/about.html")--
|
||||||
,(link* "Research" "/site/research.html")--
|
,(link* "Research" "https://cristiancmoises.github.io/site/research.html")--
|
||||||
,(link* "Miscellany" "/site/misc.html"))
|
,(link* "Miscellany" "https://cristiancmoises.github.io/site/misc.html"))
|
||||||
(p "+>---------------------------<+")
|
(p "+>---------------------------<+")
|
||||||
(br)))
|
(br)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue