diff --git a/Gemfile.lock b/Gemfile.lock
index 10d61c8..c37e68c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -51,14 +51,16 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
+ rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.0)
safe_yaml (1.0.5)
- sass-embedded (1.61.0-x86_64-linux-gnu)
+ sass-embedded (1.62.1)
google-protobuf (~> 3.21)
+ rake (>= 10.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
diff --git a/_config.yml b/_config.yml
index 99888ba..3f3cf91 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,8 +4,8 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
author: Easy Dynamics Corp
-copyrightyear: "2023"
-contactemail: oscal@easydynamics.com
+copyrightyear: "2024"
+contactemail: oscal@oscal.io
ga4code: "G-532JFQZHHC"
collections:
diff --git a/_data/navbar.yml b/_data/navbar.yml
index 447ca2a..c553bf7 100644
--- a/_data/navbar.yml
+++ b/_data/navbar.yml
@@ -13,6 +13,8 @@ right:
link: '/'
- name: Events
link: '/events/'
+ - name: Content Registry
+ link: 'https://registry.oscal.io/documents'
- name: Tools
link: '/tools/'
# - name: Viewer
diff --git a/_tools/oscal-content-registry.md b/_tools/oscal-content-registry.md
new file mode 100644
index 0000000..87606a4
--- /dev/null
+++ b/_tools/oscal-content-registry.md
@@ -0,0 +1,7 @@
+---
+title: OSCAL Content Registry
+author: Easy Dynamics
+link: https://registry.oscal.io
+---
+
+The registry is a centralized platform dedicated to the storage, management, and dissemination of Open Security Controls Assessment Language (OSCAL) models
diff --git a/tools.html b/tools.html
index 9835e24..00449b1 100644
--- a/tools.html
+++ b/tools.html
@@ -5,7 +5,6 @@
lead: |
This is a collection of tools that are OSCAL-compatible and will continue to be expanded as
new ones are identified. To add a tool,
- email us with the name,
+ email us with the name,
publisher, and summary of the tool.
----
-
+---
\ No newline at end of file