Skip to content

Commit 628bbc5

Browse files
Merge pull request #14 from ClojureCivitas/fix-11
fix #11 json-ld base
2 parents 0c96757 + f55fb16 commit 628bbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/civitas/json_ld.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(:require [clojure.data.json :as json]))
33

44
(def ^:dynamic *ldns* "civitas")
5-
(def ^:dynamic *base* "https://clojurecivitas.github.io/" *ldns* "/")
5+
(def ^:dynamic *base* (str "https://clojurecivitas.github.io/" *ldns* "/"))
66

77
(defn notebook-jsonld [{:keys [id title topics level] :as resource}]
88
{"@id" (str *base* "resource/" id),

0 commit comments

Comments
 (0)