Skip to content

Commit

Permalink
Comment out analytics until we get a new app.
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdigits committed Dec 25, 2024
1 parent 8684693 commit 4407934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion theme/dt.org/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@
{% block script %}
{% endblock script %}

{% include 'analytics.html' %}
<!-- {% include 'analytics.html' %} -->
</body>
</html>
6 changes: 3 additions & 3 deletions theme/dt.org/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h2 class="desc-title">powerful</h2>
<div class='row'>
<div class='column'>
<p>
darktable edits your images non-destructively all the way through its pipeline. Your original image is never modified! Professional color management features ensure fidelity all the way to print and GPU accelerated processing means you can speed up your workflow using your video card.
darktable edits your images non-destructively all the way through its pipeline. Your original image is never modified! Professional color management features ensure fidelity all the way to print and GPU accelerated processing means you can speed up your workflow using your video card.
</p>
</div>
</div>
Expand All @@ -176,7 +176,7 @@ <h2 class="desc-title">community</h2>
<div class='row'>
<div class='column'>
<p>
You do not need to write code to be involved in the darktable community! You can help other users by providing your input on the <a href="{{ SITEURL }}/contact/#how-to-get-in-contact" title="How to get in contact">mailing list</a> or the <a href="https://discuss.pixls.us/c/software/darktable" title="darktable Category on PIXLS.US">forum</a>. If you'd like to show others what darktable is capable of, contribute to the <a href="https://www.flickr.com/groups/1284326@N23/" title="darktable Flickr Group">Flickr</a> page. If you can write code, check out the <a href="https://github.com/darktable-org/darktable" title="darktable Repository on Github">source code</a>!
You do not need to write code to be involved in the darktable community! You can help other users by providing your input on the <a href="{{ SITEURL }}/contact/#how-to-get-in-contact" title="How to get in contact">mailing list</a> or the <a href="https://discuss.pixls.us/c/software/darktable" title="darktable Category on PIXLS.US">forum</a>. If you'd like to show others what darktable is capable of, contribute to the <a href="https://www.flickr.com/groups/1284326@N23/" title="darktable Flickr Group">Flickr</a> page. If you can write code, check out the <a href="https://github.com/darktable-org/darktable" title="darktable Repository on Github">source code</a>!
</p>
</div>
</div>
Expand All @@ -194,6 +194,6 @@ <h2 class="desc-title">community</h2>

{% include "footer.html" %}

{% include 'analytics.html' %}
<!-- {% include 'analytics.html' %} -->
</body>
</html>

0 comments on commit 4407934

Please sign in to comment.