
necessary modules are now "all.rkt"s; "shard.rkt"s turn to "resources.rkt". Also, "navbar.rkt" changes to "all.rkt", since it was doing the same thing (in addition to setting the navbar).
7 lines
154 B
Racket
7 lines
154 B
Racket
#lang meta/web
|
|
|
|
(require "resources.rkt" "data.rkt")
|
|
|
|
(define version.txt
|
|
(plain (format "~s" `((recent ,current-version) (stable ,current-version)))))
|