Rework Umami Integration #12
Labels
No project
No assignees
1 participant
Notifications
Total time spent: 35 minutes 49 seconds
Due date
stephan.hadan
35 minutes 49 seconds
Depends on
#15 Pull Request for Umami-Integration, Part I
public/hugo-internet-weblog
Reference: public/hugo-internet-weblog#12
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rework the dirty hack, make integration parametrized.
Also add documentation
This value has to be parametrized in the site_header.html:
<script defer src="https://analytics.hadan-it.com/script.js" integrity="sha384-/WQteTtaLX4nU22mvCeTi4Yz3iK/J3yZ2rKq5jDxPMlizEQGzgJOlSofJxh+bx4B" crossorigin="anonymous" data-website-id="3b3d9b22-25d3-476e-b21a-81b3a1f1835f"></script>
Eliminate google-analytics-integration in site_footer.html:
{{ template "_internal/google_analytics.html" . }}
Implemented umami-Integration like this in site_header.html
Eliminated Google-Analytics and added documentation. Pull Request to main branch for testing purposes.
Done. Tested, works.