diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json new file mode 100644 index 0000000..957eedb --- /dev/null +++ b/.codesandbox/tasks.json @@ -0,0 +1,12 @@ +{ + // These tasks will run in order when initializing your CodeSandbox project. + "setupTasks": [ + { + "command": "ruby install", + "name": "Installing Dependencies" + } + ], + + // These tasks can be run from CodeSandbox. Running one will open a log in the app. + "tasks": {} +} diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index 0fd0b37..ed3a382 100644 --- a/_includes/footer_custom.html +++ b/_includes/footer_custom.html @@ -1,28 +1,60 @@ - -