diff --git a/content/draft3/core/exclusiveMaximum.markdown b/content/draft3/core/exclusiveMaximum.markdown
index 88d281bc..92a17d64 100644
--- a/content/draft3/core/exclusiveMaximum.markdown
+++ b/content/draft3/core/exclusiveMaximum.markdown
@@ -3,7 +3,6 @@ keyword: "exclusiveMaximum"
signature: "Boolean"
value: This keyword must be set to a boolean value
summary: "When [`maximum`](/draft3/core/maximum) is present and this keyword is set to true, the numeric instance must be less than the value in [`maximum`](/draft3/core/maximum)."
-summary: "Validation succeeds if the numeric instance is less than the given number."
kind: [ "assertion" ]
instance: [ "number" ]
specification: "https://json-schema.org/draft-03/draft-zyp-json-schema-03.pdf#5.12"
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index 5e1ac10e..3a7f1957 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -27,6 +27,7 @@
{{ partial "sidebar.html" . }}
+ {{ partial "training.html" . }}
{{ .Title }}
@@ -232,7 +233,6 @@ Keywords
{{ end }}
- {{ partial "book.html" . }}
{{ partial "help.html" . }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 30d6299d..c672f5ad 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -21,6 +21,7 @@
{{ partial "sidebar.html" . }}
+ {{ partial "training.html" . }}
@@ -249,7 +250,6 @@ {{ .Params.keyword }}
- {{ partial "book.html" . }}
{{ partial "help.html" . }}
diff --git a/layouts/partials/book.html b/layouts/partials/book.html
deleted file mode 100644
index 71b46195..00000000
--- a/layouts/partials/book.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{{ $oreilly := "https://www.oreilly.com/library/view/unifying-business-data/9781098144999/" }}
-{{ $amazon := "https://www.amazon.com/_/dp/1098145003" }}
-{{ $ebooks := "https://www.ebooks.com/search/?term=9781098145002&affid=OMI5374258" }}
-
-
-
-
-
-
-
-
Want to learn even more JSON Schema?
-
The authors of this website wrote a book (Unifying Business, Data, and Code) that covers, for the first time in print, topics like:
-
- - Writing your own JSON Schema vocabularies
- - Understanding JSON Schema annotations
- - Hosting your own JSON Schema registries
-
-
More importantly, our book teaches you a methodology for effective data management that will transform how you think about data.
-
Read it online on O'Reilly, or buy it from Amazon and eBooks.com.
-
-
diff --git a/layouts/partials/training.html b/layouts/partials/training.html
new file mode 100644
index 00000000..9bbc0344
--- /dev/null
+++ b/layouts/partials/training.html
@@ -0,0 +1,27 @@
+{{ $courseURL := "https://www.sourcemeta.com/courses/jsonschema-for-openapi" }}
+{{ $oreilly := "https://www.oreilly.com/library/view/unifying-business-data/9781098144999/" }}
+
+