2018-10-16 05:28:42 +00:00
|
|
|
<% if (plugin !== false) { %>
|
|
|
|
<% if (head) { %>
|
2018-11-11 22:41:07 +00:00
|
|
|
<%- _css(cdn('lightgallery', '1.6.8', 'dist/css/lightgallery.min.css')) %>
|
|
|
|
<%- _css(cdn('justifiedGallery', '3.7.0', 'dist/css/justifiedGallery.min.css')) %>
|
2018-10-16 05:28:42 +00:00
|
|
|
<% } else { %>
|
2018-11-11 22:41:07 +00:00
|
|
|
<%- _js(cdn('lightgallery', '1.6.8', 'dist/js/lightgallery.min.js'), true) %>
|
|
|
|
<%- _js(cdn('justifiedGallery', '3.7.0', 'dist/js/jquery.justifiedGallery.min.js'), true) %>
|
|
|
|
<%- _js('js/gallery', true) %>
|
2018-10-16 05:28:42 +00:00
|
|
|
<% } %>
|
|
|
|
<% } %>
|