diff options
Diffstat (limited to 'website/builders/replicant-blog.scm')
| -rw-r--r-- | website/builders/replicant-blog.scm | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/website/builders/replicant-blog.scm b/website/builders/replicant-blog.scm index 918bc5b..fb62de4 100644 --- a/website/builders/replicant-blog.scm +++ b/website/builders/replicant-blog.scm @@ -31,7 +31,17 @@ #:use-module (ice-9 rdelim) #:use-module (srfi srfi-9) #:use-module (srfi srfi-19) - #:export (replicant-blog-website)) + #:export (theme-collection-template) + #:export (make-theme) + #:export (render-collection) + #:export (replicant-blog-website) + #:export (replicant-layout) + #:export (replicant-theme) + #:export (theme) + #:export (theme-layout) + #:export (theme-name) + #:export (theme-post-template) + #:export (theme?)) (fluid-set! %default-port-encoding "UTF-8") @@ -68,7 +78,9 @@ (li (a (@ (href "https://redmine.replicant.us/projects/replicant/issues")) "Tracker")) (li (a (@ (href "https://redmine.replicant.us/projects/replicant/boards")) - "Forums"))))) + "Forums")) + (li (a (@ (href "https://test.blog.replicant.us/search.html")) + "Blog: Search"))))) ,body))) (define (replicant-default-post-template post) |
