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