Skip to content

Commit

Permalink
Merge pull request #70 from OpenPecha/feat/feedbucket
Browse files Browse the repository at this point in the history
Feat/feedbucket
  • Loading branch information
Lungsangg authored Feb 23, 2024
2 parents a7ee545 + 310149e commit 6b9a12d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,13 @@
{% render_bundle 'main' %}

{% block js %}{% endblock %}

<script type="text/javascript">
(function(k) {
const s=document.createElement('script');s.module=true;s.defer=true;
s.src="https://cdn.feedbucket.app/assets/feedbucket.js";
s.dataset.feedbucket=k;document.head.appendChild(s);
})('0csPeBQ216w32NZdoqnk')
</script>
</body>
</html>

0 comments on commit 6b9a12d

Please sign in to comment.