Skip to content

Commit

Permalink
remove badge from Bulma.io that was leaving cookie
Browse files Browse the repository at this point in the history
based on this issue
#20

I removed the link to the bulma.io hosted badge, which was leaving a cookie on the user's machine.
I've replaced with "Made with Bulma" with a link to bulma.io
  • Loading branch information
philshem authored and textbook committed Apr 28, 2019
1 parent bf018f2 commit 4004614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulrush/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<a href="https://blog.getpelican.com/">Pelican</a></span>
<span><span class="icon is-small"><i class="fa fa-html5"></i></span> HTML 5</span>
<span><span class="icon is-small"><i class="fa fa-css3"></i></span> CSS 3</span>
<img class="badge" src="https://bulma.io/images/made-with-bulma--black.png">
<span>Made with <a href="https://bulma.io">Bulma</a></span>
</div>
</div>
{% include 'github.html' %}
Expand Down

0 comments on commit 4004614

Please sign in to comment.