chore: minor clean up
parent
14f4664043
commit
fe349d8bd3
|
@ -3,7 +3,7 @@
|
||||||
<%- css('libs/lightgallery/css/lightgallery.min') %>
|
<%- css('libs/lightgallery/css/lightgallery.min') %>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (theme.plugins.justifiedgallery) { %>
|
<% if (theme.plugins.justifiedgallery) { %>
|
||||||
<%- css('libs/justified-gallery/justifiedGallery.min.css') %>
|
<%- css('libs/justified-gallery/justifiedGallery.min') %>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (theme.plugins.google_analytics) { %>
|
<% if (theme.plugins.google_analytics) { %>
|
||||||
<%- partial('plugin/google-analytics') %>
|
<%- partial('plugin/google-analytics') %>
|
||||||
|
@ -27,6 +27,6 @@
|
||||||
<%- js('libs/lightgallery/js/lg-video.min') %>
|
<%- js('libs/lightgallery/js/lg-video.min') %>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (theme.plugins.justifiedgallery) { %>
|
<% if (theme.plugins.justifiedgallery) { %>
|
||||||
<%- js('libs/justified-gallery/jquery.justifiedGallery.min.js') %>
|
<%- js('libs/justified-gallery/jquery.justifiedGallery.min') %>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
|
@ -9,7 +9,6 @@ $link-dark
|
||||||
|
|
||||||
$block-caption
|
$block-caption
|
||||||
line-height: 1em
|
line-height: 1em
|
||||||
// color: color-grey
|
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
text-transform: uppercase
|
text-transform: uppercase
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
if (lightGallery) {
|
if (typeof lightGallery != 'undefined') {
|
||||||
var options = {
|
var options = {
|
||||||
selector: '.gallery-item',
|
selector: '.gallery-item',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue