[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
3a3f224470
commit
29d66cb0a7
2 changed files with 6 additions and 6 deletions
|
@ -56,13 +56,13 @@
|
|||
<a rel="noopener" target="_blank" href="{{ blog.repo.homepage }}">free software</a>.<br>
|
||||
Articles are released into the public domain through the
|
||||
<a rel="license noopener noreferrer"
|
||||
rel="noopener" target="_blank"
|
||||
href="{{ blog.licenses.content.url }}">
|
||||
rel="noopener" target="_blank"
|
||||
href="{{ blog.licenses.content.url }}">
|
||||
{{ blog.licenses.content.name }}</a>.
|
||||
Code blocks are released into the public domain through
|
||||
<a rel="license"
|
||||
rel="noopener" target="_blank"
|
||||
href="{{ blog.licenses.code.url }}">
|
||||
rel="noopener" target="_blank"
|
||||
href="{{ blog.licenses.code.url }}">
|
||||
{{ blog.licenses.code.name }}</a>.
|
||||
I do appreciate being mentioned as the original author if you decide
|
||||
to reuse my works but the licenses don't enforce it.<br>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
{% if not user.is_authenticated and goatcounter_domain is not None %}
|
||||
<script async defer src="{% static "vendor/goatcounter.js" %}"
|
||||
data-goatcounter="https://{{ goatcounter_domain }}/count"></script>
|
||||
data-goatcounter="https://{{ goatcounter_domain }}/count"></script>
|
||||
<noscript>
|
||||
<img src="https://{{ goatcounter_domain }}/count?p={{ request.get_full_path }}"
|
||||
alt="GoatCounter tracking pixel">
|
||||
alt="GoatCounter tracking pixel">
|
||||
</noscript>
|
||||
{% endif %}
|
||||
|
|
Reference in a new issue