We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c96757 + f55fb16 commit 628bbc5Copy full SHA for 628bbc5
src/civitas/json_ld.clj
@@ -2,7 +2,7 @@
2
(:require [clojure.data.json :as json]))
3
4
(def ^:dynamic *ldns* "civitas")
5
-(def ^:dynamic *base* "https://clojurecivitas.github.io/" *ldns* "/")
+(def ^:dynamic *base* (str "https://clojurecivitas.github.io/" *ldns* "/"))
6
7
(defn notebook-jsonld [{:keys [id title topics level] :as resource}]
8
{"@id" (str *base* "resource/" id),
0 commit comments