summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-09-02 22:51:22 -0400
committerThomas Park <thomas@thomaspark.co>2015-09-02 22:51:22 -0400
commit884b1111fabf1b06470eb36836bb13d74a0b93bd (patch)
tree48cd2c958c1c6f3e7db54a4a6da6dc8bb6ca0b05 /index.html
parentba999ebb819140011194b622cdad48b52a67a91e (diff)
rename bootswatch assets to custom to reduce confusion
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 3ae25667..de451ea0 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="./flatly/bootstrap.css" media="screen">
<link rel="stylesheet" href="./bower_components/font-awesome/css/font-awesome.min.css">
- <link rel="stylesheet" href="./assets/css/bootswatch.min.css">
+ <link rel="stylesheet" href="./assets/css/custom.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="./bower_components/html5shiv/dist/html5shiv.js"></script>
@@ -785,7 +785,7 @@
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="./bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
- <script src="./assets/js/bootswatch.js"></script>
+ <script src="./assets/js/custom.js"></script>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>