Browse Source

Update embed_path override

pull/512/head
jenny 11 years ago
parent
commit
ec7df0476d
  1. 3
      website/templates/_demo.html
  2. 3
      website/templates/examples/houston/index.html
  3. 3
      website/templates/examples/republican/index.html
  4. 3
      website/templates/examples/shit-people-say/index.html
  5. 3
      website/templates/examples/user-interface/index.html

3
website/templates/_demo.html

@ -14,6 +14,9 @@
font: 'NewsCycle-Merriweather',
};
</script>
<script type="text/javascript">
var embed_path = "http://cdn.knightlab.com/libs/timelinejs/latest/";
</script>
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed.js -->
<script type="application/javascript">
var embed_path = "/build/"

3
website/templates/examples/houston/index.html

@ -41,6 +41,9 @@
font: 'Bevan-PotanoSans'
}
</script>
<script type="text/javascript">
var embed_path = "http://cdn.knightlab.com/libs/timelinejs/latest/";
</script>
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed.js -->
<script type="application/javascript">
var embed_path = "/build/"

3
website/templates/examples/republican/index.html

@ -41,6 +41,9 @@
font: 'PT'
}
</script>
<script type="text/javascript">
var embed_path = "http://cdn.knightlab.com/libs/timelinejs/latest/";
</script>
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed.js -->
<script type="application/javascript">
var embed_path = "/build/"

3
website/templates/examples/shit-people-say/index.html

@ -41,6 +41,9 @@
font: 'Pacifico-Arimo'
}
</script>
<script type="text/javascript">
var embed_path = "http://cdn.knightlab.com/libs/timelinejs/latest/";
</script>
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed.js -->
<script type="application/javascript">
var embed_path = "/build/"

3
website/templates/examples/user-interface/index.html

@ -41,6 +41,9 @@
font: 'SansitaOne-Kameron'
}
</script>
<script type="text/javascript">
var embed_path = "http://cdn.knightlab.com/libs/timelinejs/latest/";
</script>
<!-- build:js http://cdn.knightlab.com/libs/timelinejs/latest/js/storyjs-embed.js -->
<script type="application/javascript">
var embed_path = "/build/"

Loading…
Cancel
Save