removed lightgallery source from repo and link to the CDN version

This commit is contained in:
Josh Johnson 2016-02-20 19:35:30 -05:00
parent 8b02cab14a
commit 84336e7c39
9 changed files with 10 additions and 49 deletions

View file

@ -1,5 +1,5 @@
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery/2.2.0/jquery.min.js"></script>
<script src="/js/lightgallery-all.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.2.14/js/lightgallery-all.min.js" charset="utf-8"></script>
<script src="/js/weblog.js" charset="utf-8"></script>
{{ partial "custom_javascript.html" . }}
{{ partial "custom_image_handler.html" . }}