Dan Schaper
2022-05-05 21:34:55 -07:00
committed by GitHub
parent 12a7a3a0ed
commit 3374eb0749
3 changed files with 8 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ site_name: 'Pi-hole documentation'
site_url: 'https://docs.pi-hole.net/'
repo_url: 'https://github.com/pi-hole/pi-hole'
edit_uri: '../docs/blob/master/docs/'
copyright: 'Copyright © 2022 Pi-hole LLC'
copyright:
remote_branch: gh-pages
theme:
name: 'material'

View File

@@ -1,8 +0,0 @@
{% extends "base.html" %}
{% set extracopyright %}
<br>
<a href="https://www.netlify.com/" target="_blank" rel="noopener noreferrer">
This site is powered by Netlify
</a>
{% endset %}

View File

@@ -0,0 +1,7 @@
<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>