12 lines
441 B
Scheme
12 lines
441 B
Scheme
;;; site/weeb.scm
|
|
|
|
(import "util.scm")
|
|
|
|
(define title "~snit/weeb/")
|
|
|
|
|
|
`(,@(import "header.scm")
|
|
(p "Content relating to anime, manga, {light,web,visual} novels, etc. is placed here. As one might expect from the owner of a domain called isekai.rocks, a lot of it is likely isekai-related.")
|
|
(p)
|
|
(a ,(make-relative-uri 'suffix "julie")
|
|
"Some random copypasta an /a/non posted in every Mushoku Tensei thread whilst it was airing"))
|