We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a7a3a commit 3374eb0Copy full SHA for 3374eb0
mkdocs.yml
@@ -2,7 +2,7 @@ site_name: 'Pi-hole documentation'
2
site_url: 'https://docs.pi-hole.net/'
3
repo_url: 'https://github.com/pi-hole/pi-hole'
4
edit_uri: '../docs/blob/master/docs/'
5
-copyright: 'Copyright © 2022 Pi-hole LLC'
+copyright:
6
remote_branch: gh-pages
7
theme:
8
name: 'material'
overrides/main.html
overrides/partials/copyright.html
@@ -0,0 +1,7 @@
1
+<div style="display:block">
+Copyright Pi-hole. Licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer">CC BY-SA 4.0</a>
+<br>
+<a href="https://www.netlify.com/" target="_blank" rel="noopener noreferrer">
+ This site is powered by Netlify
+</a>
+</div>
0 commit comments