commit 74fdb1d4c67b769f93c6fbc9437b67a9eaa64007
parent a0e9d36825e7a09dd69bcd16e2e778c9224522fd
Author: oscarbenedito <oscar@obenedito.org>
Date: Sun, 3 Nov 2019 20:48:31 +0100
Updated host information
Diffstat:
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/content/about.md b/content/about.md
@@ -8,13 +8,13 @@ You can contact me sending me an email at [oscar@obenedito.org](mailto:oscar@obe
## Privacy
-The site contains no ads, analytics or cross-site references. However, I do not have control over what my host (GitLab) does with your data.
+The site contains no ads, analytics or cross-site references. As far as I know, my host ([Autistici/Inventati](https://www.autistici.org/)) does not keep any logs of the website's visitors.
## Licenses
This site is powered by free software. The software is published under the [GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html).
-The content of the site is published under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/) unless otherwise stated.
+The content of the site is published under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/) unless otherwise stated.
I am hosting local copies in of the licenses: [GPLv3](/licenses/gpl-v3/), [CC-BY-4.0](/licenses/cc-by-4.0/).
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
@@ -10,7 +10,7 @@
</div>
<div class="column right">
<h3>Privacy</h3>
- <p>This site contains no ads, analytics or cross-site references. However, I do not have control over what my host (GitLab) does with your data.</p>
+ <p>This site contains no ads, analytics or cross-site references. As far as I know, my host (<a href="https://www.autistici.org/">Autistici/Inventati</a>) does not keep any logs of the website's visitors.</p>
</div>
<div class="column right">
<h3>License</h3>
@@ -20,8 +20,11 @@
{{ if eq .Params.headtitle "CC BY 4.0" }}
<p>See the <a href="https://wiki.creativecommons.org/wiki/Modifying_the_CC_licenses">License Modification Policy</a>.</p>
{{ end }}
- <p>{{ if eq .Params.title "License" }}Any other part of this page{{ else }}This work{{ end }} is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
+ <p>{{ if eq .Params.title "License" }}Any other part of this page{{ else }}This work{{ end }} is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
<p><a href="/licenses/cc-by-4.0/">Local copy of the license</a>.</p>
</div>
</div>
+ <div style="text-align: center;">
+ <a href="https://www.autistici.org"><img src="/img/hostedby-r.png" style="display: inherit;"></a>
+ </div>
</footer>
diff --git a/static/img/hostedby-r.png b/static/img/hostedby-r.png
Binary files differ.