diff options
| author | Christine Dodrill <me@christine.website> | 2020-03-18 16:45:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-18 16:45:55 -0400 |
| commit | 7dc75b17a4c38c312ef87412273b3d7636746a1b (patch) | |
| tree | 57502a097318be6ef6f24aeb6968ccb6eb51f3fa /templates/base.html | |
| parent | 207f6a32f578f0465af6c2788b4c5cb02d1ad5ba (diff) | |
| download | xesite-7dc75b17a4c38c312ef87412273b3d7636746a1b.tar.xz xesite-7dc75b17a4c38c312ef87412273b3d7636746a1b.zip | |
signal boost page (#128)
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index ad0d099..c250dc0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -68,7 +68,8 @@ <footer> <blockquote>Copyright 2020 Christine Dodrill. Any and all opinions listed here are my own and not representative of my employers; future, past and present.</blockquote> <br /> - <p>Like what you see? Donate on <a href="https://www.patreon.com/cadey">Patreon</a> like <a href="/patrons">these awesome people</a>!</p> + {{/* <p>Like what you see? Donate on <a href="https://www.patreon.com/cadey">Patreon</a> like <a href="/patrons">these awesome people</a>!</p> */}} + <p>Looking for someone for your team? Take a look <a href="/signalboost">here</a>.</p> </footer> <script> |
