Skip to content

Commit

Permalink
change asset url
Browse files Browse the repository at this point in the history
  • Loading branch information
0c34 committed Nov 7, 2017
1 parent 6533247 commit 55a3a0d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions templates/template.header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
<!DOCTYPE html>
<html>
<head>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
<title>{{.title}}</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

<link href="{{.weburl}}public/css/font-awesome-4.7.0/css/font-awesome.css" rel="stylesheet">

<!-- <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" /> -->
<link rel="stylesheet" type="text/css" href="{{.weburl}}public/css/open-sans.css" />
<link href="{{.weburl}}public/css/bootstrap/css/bootstrap.min.css" rel="stylesheet">

<script type="text/javascript" src="{{.weburl}}public/js/jquery-3.2.1-min.js"></script>
<script type="text/javascript" src="{{.weburl}}public/js/bootstrap.min.js"></script>

<link href="{{.weburl}}public/css/main.css" rel="stylesheet">
</head>
<body>
Expand Down

0 comments on commit 55a3a0d

Please sign in to comment.