Made it so index.html in permalink is now an option in the config file. Made lots of other general improvements to the customjavascript.js file and various other parts of theme.
This commit is contained in:
@ -87,4 +87,11 @@ collections:
|
||||
output: true
|
||||
|
||||
# is this a print build? if so, put true. otherwise, false.
|
||||
print: false
|
||||
print: false
|
||||
|
||||
floating_nav: true
|
||||
|
||||
# this option allows you to add a suffix to the permalinks in case you're publishing on a host such as Salesforce's site.com.
|
||||
# on Salesforce's site.com, uploaded files must have index.html to display correctly. Most likely just ignore or remove this section unless
|
||||
# you're publishing on Salesforce.
|
||||
# suffix: index.html
|
Reference in New Issue
Block a user