Skip to content

Commit acadab2

Browse files
authored
Added link to umami public statistics for website (#1801)
1 parent 3d24b4d commit acadab2

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

web/landing/assets/controllers/all_links_external_controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {Controller} from '@hotwired/stimulus';
22

3-
/* stimulusFetch: 'lazy' */
43
export default class extends Controller
54
{
65
connect()

web/landing/assets/controllers/clipboard_controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {Controller} from '@hotwired/stimulus';
22
import ClipboardJS from 'clipboard';
33

4-
/* stimulusFetch: 'lazy' */
54
export default class extends Controller
65
{
76
connect()

web/landing/assets/controllers/mermaid_controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Controller } from "@hotwired/stimulus";
22
import Panzoom from '@panzoom/panzoom';
33

4-
/* stimulusFetch: 'lazy' */
54
export default class extends Controller {
65
static targets = ['svg', 'zoomIn', 'zoomOut'];
76

web/landing/assets/controllers/syntax_highlight_controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import 'prismjs/components/prism-bash.min.js';
99
import 'prismjs/components/prism-json.min.js';
1010
import 'prismjs/components/prism-csv.min.js';
1111

12-
/* stimulusFetch: 'lazy' */
1312
export default class extends Controller
1413
{
1514
initialize()

web/landing/templates/main/sponsor.html.twig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
Please find more at <a href="https://norbert.tech/consulting" target="_blank">https://norbert.tech/consulting</a>
4646
</p>
4747
<hr class="mt-4" />
48+
<h3 class="text-xl mt-5">Flow Website Analytics</h3>
49+
<p class="mb-5">
50+
Please find below the statistics of the Flow PHP website that includes page views, unique visitors, and other useful information.
51+
</p>
52+
<a href="https://cloud.umami.is/share/qGab5NuEqFMp9XV5/flow-php.com" target="_blank" class="text-blue-500 hover:underline">
53+
<img src="{{ asset('images/icons/chart-bar.svg') }}" alt="external resource" width="32" height="32" class="ml-1 inline"> Flow Analytics
54+
</a>
4855
</section>
4956
</div>
5057
<div class="max-w-screen-xl mx-auto">

0 commit comments

Comments
 (0)