mirror of
https://github.com/pi-hole/docs.git
synced 2026-04-19 00:08:04 +01: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 %}
|