Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/App.js')
-rw-r--r--src/js/App.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/js/App.js b/src/js/App.js
index 3897198..fc2e077 100644
--- a/src/js/App.js
+++ b/src/js/App.js
@@ -57,12 +57,12 @@ export default {
dom.watch();
},
bootstrapify: () => {
- $('blockquote').addClass('blockquote');
- $('table').addClass('table');
- $('table').wrap('<div class="table-responsive" />');
- $('table thead').addClass('thead-dark');
- $('pre').wrap('<figure class="highlight" />');
- $('figure > img').addClass('img-fluid');
+ $('.content blockquote').addClass('blockquote');
+ $('.content table').addClass('table');
+ $('.content table').wrap('<div class="table-responsive" />');
+ $('.content table thead').addClass('thead-dark');
+ $('.content pre').wrap('<figure class="highlight" />');
+ $('.content figure > img').addClass('img-fluid');
},
lazyload: async () => {
const { default: LazyLoad } = await import(/* webpackChunkName: "lazyload" */ 'vanilla-lazyload');