Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mexx committed Dec 17, 2014
1 parent 14eb7c4 commit 74953f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<title id="webpage-title" itemprop="name">{{ page.title }} - ALT.NET-Berlin</title>
<meta content="" name="description">

<link rel="stylesheet" href="~/css/normalize.min.css">
<link rel="stylesheet" href="~/css/main.css">
<link rel="stylesheet" href="/css/normalize.min.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">

<link href="//ajax.googleapis.com" rel="dns-prefetch">
<script src="~/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
Expand Down Expand Up @@ -77,9 +77,9 @@ <h1 class="title">ALT.NET-Berlin</h1>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="~/js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.11.1.min.js"><\/script>')</script>

<script src="~/js/main.js"></script>
<script src="/js/main.js"></script>

<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
Expand Down

0 comments on commit 74953f8

Please sign in to comment.