Skip to content
Snippets Groups Projects
Verified Commit 62ac5611 authored by "the Phoeron" Colin J.E. Lupton's avatar "the Phoeron" Colin J.E. Lupton
Browse files

Add localized-footer GitBook plugin and move license/attribution to FOOTER.md

parent 4fa86a29
No related branches found
No related tags found
No related merge requests found
Pipeline #6809 passed
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
- Add GitBook plugins: - Add GitBook plugins:
- "hints" - "hints"
- "folding-chapters" - "folding-chapters"
- "localized-footer"
## 2022-08-23 ## 2022-08-23
......
<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>
...@@ -5,5 +5,9 @@ ...@@ -5,5 +5,9 @@
"readme": "index.md", "readme": "index.md",
"summary": "SUMMARY.md" "summary": "SUMMARY.md"
}, },
"plugins": ["hints", "folding-chapters"] "plugins": ["hints", "folding-chapters", "localized-footer"],
"localized-footer": {
"hline": true,
"filename": "FOOTER.md"
}
} }
...@@ -29,9 +29,11 @@ author: \"the Phoeron\" Colin J.E. Lupton ...@@ -29,9 +29,11 @@ author: \"the Phoeron\" Colin J.E. Lupton
</span> </span>
</p> </p>
<!--
<p align="center"> <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>. <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> </p>
-->
<!-- <!--
<div class="alert alert-danger"> <div class="alert alert-danger">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment