Skip to content

Commit

Permalink
Adding Pinterest pin-it overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Velazquez Traut committed Apr 4, 2024
1 parent cce47e6 commit 412f525
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ _site/
.sass-cache

### Bundler ###
Gemfile.lock
Gemfile.lock

### SSL ###
ssl
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="{{ site.github.url }}/assets/js/functions.js"></script>
<script type="text/javascript" async defer data-pin-hover="true" src="//assets.pinterest.com/js/pinit.js"></script>
</body>
</html>

0 comments on commit 412f525

Please sign in to comment.