Skip to content

Commit

Permalink
Kudos now working over https via https://github.com/nielsole/kudos
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Ferrolho committed Mar 17, 2018
1 parent 1e86a85 commit 9e86918
Show file tree
Hide file tree
Showing 7 changed files with 3,715 additions and 3,429 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ DEPENDENCIES
minima

RUBY VERSION
ruby 2.3.1p112
ruby 2.5.0p0

BUNDLED WITH
1.13.1
1.16.1
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
<ul class="contact-list">
<li>
{% if site.author %}
© 2016 {{ site.author | escape }}
© {{ 'now' | date: "%Y" }} {{ site.author | escape }}
{% else %}
{{ site.title | escape }}
{% endif %}
Expand Down
7 changes: 4 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
<!-- clipboard.js -->
<script src="{{ site.baseurl }}/js/clipboard.min.js"></script>

<!-- kudosplease-min.js -->
<script src="{{ site.baseurl }}/js/kudosplease-min.js"></script>

<!-- Include the latest version of WebTorrent -->
<script src="https://cdn.jsdelivr.net/webtorrent/latest/webtorrent.min.js"></script>

<!-- `browserify main.js -o bundle.js` -->
<script src="{{ site.baseurl }}/js/bundle.js"></script>

<!-- kudosplease-min.js -->
<script src="https://rawgit.com/TimPietrusky/KudosPlease/master/js/kudosplease-min.js"></script>

</body>

</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ <h4>Sure! Try <em>copy-pasting</em> this https url of a torrent to the input box

<pre>https://webtorrent.io/torrents/sintel.torrent</pre>

<!-- <blockquote>
<blockquote>
<p>How can I say thanks?</p>
</blockquote>

<div class="kudos" data-amount="0" data-url="https://ferrolho.github.io{{ site.baseurl }}"></div> -->
<div class="kudos" data-amount="0" data-url="https://ferrolho.github.io{{ site.baseurl }}"></div>
Loading

0 comments on commit 9e86918

Please sign in to comment.