diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0687c32b92ba9b04e8e660898655788db1a91e0..974bc298e7621863ede52df0efbdcdf9ac49d49f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
 - Add GitBook plugins:
     - "hints"
     - "folding-chapters"
+    - "localized-footer"
 
 ## 2022-08-23
 
diff --git a/FOOTER.md b/FOOTER.md
new file mode 100644
index 0000000000000000000000000000000000000000..297dfc94dfdf499f38cf31c346971259a7f8bc4c
--- /dev/null
+++ b/FOOTER.md
@@ -0,0 +1,3 @@
+<p align="center">
+<a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Learn Lisp The Hard Way</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://thephoeron.common-lisp.dev" property="cc:attributionName" rel="cc:attributionURL">"the Phoeron" Colin J.E. Lupton</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
+</p>
diff --git a/book.json b/book.json
index 910a9a733b8c956c623d014068c5be03986161c8..6187a7ff901a98aeb2c73b98886c11cd1a8ea5f5 100644
--- a/book.json
+++ b/book.json
@@ -5,5 +5,9 @@
         "readme": "index.md",
         "summary": "SUMMARY.md"
     },
-    "plugins": ["hints", "folding-chapters"]
+    "plugins": ["hints", "folding-chapters", "localized-footer"],
+    "localized-footer": {
+        "hline": true,
+        "filename": "FOOTER.md"
+    }
 }
diff --git a/index.md b/index.md
index 7e38e28608e2f355bc4fc09593dc41e5c576d423..bc82f53463380d7f4ab6c3ff80de1842bc913f8a 100644
--- a/index.md
+++ b/index.md
@@ -29,9 +29,11 @@ author: \"the Phoeron\" Colin J.E. Lupton
   </span>
 </p>
 
+<!--
 <p align="center">
 <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Learn Lisp The Hard Way</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://thephoeron.common-lisp.dev" property="cc:attributionName" rel="cc:attributionURL">"the Phoeron" Colin J.E. Lupton</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
 </p>
+-->
 
 <!--
 <div class="alert alert-danger">