Skip to content

Commit

Permalink
se agrego un if a index.md para que la aplicacion levante localmente. F…
Browse files Browse the repository at this point in the history
…ix #27
  • Loading branch information
pablogassman committed Jun 9, 2020
1 parent cf52208 commit 6673874
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
</xml>

<script>
document.getElementsByClassName("wrapper")[0].style.width = "90%" // Modify Jekyll theme
var wrapper = document.getElementsByClassName("wrapper")[0]
if(wrapper) {
wrapper.style.width = "90%" // Modify Jekyll theme
}
var workspace = Blockly.inject('blocklyDiv', {toolbox: document.getElementById('toolbox')})
</script>

0 comments on commit 6673874

Please sign in to comment.