mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-19 18:58:42 +00:00
9 lines
195 B
HTML
9 lines
195 B
HTML
{% 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 %}
|