File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module.exports = {
4545 // Custom JavaScript Files
4646 customJs : [ // Array of paths to custom JS files, loaded at end of body
4747 // '/assets/js/custom-script.js', // Paths relative to outputDir root
48- '/assets/js/docmd-image-lightbox.js' , // Image lightbox functionality
48+ // '/assets/js/docmd-image-lightbox.js', // Image lightbox functionality
4949 ] ,
5050
5151 // Content Processing
@@ -148,14 +148,14 @@ module.exports = {
148148
149149 // Sponsor Ribbon Configuration
150150 Sponsor : {
151- enabled : false ,
151+ enabled : true ,
152152 title : 'Sponsor' ,
153153 link : 'https://github.com/sponsors/mgks' ,
154154 } ,
155155
156156 // Footer Configuration
157157 // Markdown is supported here.
158- footer : '© ' + new Date ( ) . getFullYear ( ) + ' Project.' ,
158+ footer : '© ' + new Date ( ) . getFullYear ( ) + ' Smart WebView Project.' ,
159159
160160 // Favicon Configuration
161161 // Path relative to outputDir root
You can’t perform that action at this time.
0 commit comments