Skip to content

Commit f393507

Browse files
committed
Fixed site url
1 parent 003edb4 commit f393507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: "GDG DevFest Season 2014"
99
email: "devfest@gdg.org.ua"
1010
description: "GDG DevFest is a set of events all around the world"
1111
baseurl: "/zeppelin"
12-
url: "http://gdg-ukraine.github.io"
12+
url: "http://gdg-x.github.io"
1313
permalink: "/blog/:title"
1414
googleAnalyticsTrackingId: "UA-43643469-5"
1515
googleAnalyticsSiteUrl: "gdg-x.github.io"

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<script src="{{ "/js/jquery.appear.min.js" | prepend: site.baseurl }}"></script>
4646
<script src="{{ "/js/waves.min.js" | prepend: site.baseurl }}"></script>
4747
<script>Waves.displayEffect();</script>
48-
<script src="{{ "/js/scripts.js" | prepend: site.baseurl }}"></script>
48+
<script src="{{ "/js/scripts.min.js" | prepend: site.baseurl }}"></script>
4949
{% if page.permalink == '/schedule/' %}
5050
<script src="{{ "/js/jquery.sticky-kit.min.js" | prepend: site.baseurl }}"></script>
5151
<script type="text/javascript">

0 commit comments

Comments
 (0)