diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mulk/benki/book_marx.clj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mulk/benki/book_marx.clj b/src/mulk/benki/book_marx.clj index 6c01bcc..3832e88 100644 --- a/src/mulk/benki/book_marx.clj +++ b/src/mulk/benki/book_marx.clj @@ -23,7 +23,9 @@ (def users (cq/table :users)) -(def bookmarx-list-page {}) +(def bookmarx-list-page + {:head (list + [:link {:rel "stylesheet", "href" "/style/hammer-and-sickle.css"}])}) (def bookmarx-submission-page {}) (defn restrict-visibility [table user] |