Skip to content

Commit 7a8343d

Browse files
committed
Adds link
1 parent b95470c commit 7a8343d

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% include 'partials/_header.html' %}
1212
{% block body %}{% endblock %}
1313
<footer class="app-footer">
14-
&copy; 2026 tracekit
14+
&copy; 2026 <a href="https://tracekit.app">tracekit</a>
1515
<span class="footer-sep">&middot;</span>
1616
<a href="https://github.com/ckdake/tracekit" target="_blank" rel="noopener">GitHub</a>
1717
<span class="footer-sep">&middot;</span>

site/src/developer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ <h2>License</h2>
229229
<footer class="footer">
230230
<div class="container">
231231
<p>
232-
&copy; 2026 tracekit. Open source fitness data integration
233-
tool.
232+
&copy; 2026 <a href="https://tracekit.app">tracekit</a>.
233+
Open source fitness data integration tool.
234234
</p>
235235
<p><a href="/privacy.html">Privacy Policy</a></p>
236236
</div>

site/src/developer.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<footer class="footer">
3737
<div class="container">
3838
<p>
39-
&copy; 2026 tracekit. Open source fitness data integration
40-
tool.
39+
&copy; 2026 <a href="https://tracekit.app">tracekit</a>.
40+
Open source fitness data integration tool.
4141
</p>
4242
<p><a href="/privacy.html">Privacy Policy</a></p>
4343
</div>

site/src/index.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ <h2 class="section-title">Pricing</h2>
8686
<footer class="footer">
8787
<div class="container">
8888
<p>
89-
&copy; 2026 tracekit. Open source fitness data integration
90-
tool.
89+
&copy; 2026 <a href="https://tracekit.app">tracekit</a>.
90+
Open source fitness data integration tool.
9191
</p>
9292
<p><a href="/privacy.html">Privacy Policy</a></p>
9393
</div>

site/src/privacy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ <h2>10. Contact</h2>
411411
<footer class="footer">
412412
<div class="container">
413413
<p>
414-
&copy; 2026 tracekit. Open source fitness data integration
415-
tool.
414+
&copy; 2026 <a href="https://tracekit.app">tracekit</a>.
415+
Open source fitness data integration tool.
416416
</p>
417417
<p><a href="/privacy.html">Privacy Policy</a></p>
418418
</div>

site/src/providers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ <h2 id="request">Request tracekit support</h2>
506506
<footer class="footer">
507507
<div class="container">
508508
<p>
509-
&copy; 2026 tracekit. Open source fitness data integration
510-
tool.
509+
&copy; 2026 <a href="https://tracekit.app">tracekit</a>.
510+
Open source fitness data integration tool.
511511
</p>
512512
<p><a href="/privacy.html">Privacy Policy</a></p>
513513
</div>

0 commit comments

Comments
 (0)