Skip to content

Commit 4cab4b1

Browse files
committed
fixed directory mistake
1 parent f9ab499 commit 4cab4b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/twitch_head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{%- seo -%}
66
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300' rel='stylesheet' type='text/css'>
77
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" type='text/css'>
8-
<link href="twitch.css" rel="stylesheet" type="text/css">
8+
<link href="/twitchbot/twitch.css" rel="stylesheet" type="text/css">
99

1010
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
1111
<script src="https://gitcdn.xyz/repo/tmijs/cdn/master/latest/1.x/tmi.min.js"></script>

twitchbot/twitch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
<div id="chat"></div>
1212

13-
<script src="bot.js"></script>
13+
<script src="/twitchbot/bot.js"></script>
1414
<script>
1515
$(document).ready(function(){
1616
chatClient = new chatClient (opts);

0 commit comments

Comments
 (0)