diff --git a/.github/workflows/glossary.yml b/.github/workflows/glossary.yml
index 39ec3ce..b79f32e 100644
--- a/.github/workflows/glossary.yml
+++ b/.github/workflows/glossary.yml
@@ -28,6 +28,7 @@ jobs:
run: |
git clone https://github.com/trustoverip/tt.git
python -m pip install marko
+ python -m pip install requests
- name: Set variables
env:
diff --git a/.glossary-template.html b/.glossary-template.html
new file mode 100644
index 0000000..60ad7d6
--- /dev/null
+++ b/.glossary-template.html
@@ -0,0 +1,113 @@
+
+
+ Glossary - General Trust Over IP Terms
+
+
+
+Glossary - General Trust Over IP Terms
+%nav
+
+%main
+
+
+
\ No newline at end of file
diff --git a/glossary.json b/glossary.json
index 1469f90..01d0b54 100644
--- a/glossary.json
+++ b/glossary.json
@@ -1,7 +1,7 @@
{
- "title": "General Trust Over IP Glossary",
+ "frame": "https://raw.githubusercontent.com/trustoverip/ctwg/main/.glossary-template.html",
"sources": [
- { "wiki": "git@github.com:trustoverip/toip-terms.git" }
+ { "wiki": "git@github.com:trustoverip/toip.git" }
]
}