Skip to content

Commit

Permalink
Added Buy Me Coffee button
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag3301 committed Aug 5, 2024
1 parent e1d3d03 commit c16be7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blog/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
</head>

<body class="">

<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="anurag3301" data-description="Support me on Buy me a coffee!" data-message="" data-color="#FF813F" data-position="Right" data-x_margin="18" data-y_margin="18"></script>

<div class="container">
{% block header %}
<header class="header">
Expand Down Expand Up @@ -127,6 +130,7 @@
</div>
{%- block extra_body %}
{% endblock extra_body -%}

</body>

</html>

0 comments on commit c16be7d

Please sign in to comment.