Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
fixing some paths, screenshot, self previewable
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinger committed Dec 7, 2016
1 parent 4d5d777 commit 8f3ca37
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 2,583 deletions.
10 changes: 5 additions & 5 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</div>
</div>

<script type='text/javascript' src="{{ site.url }}/js/jquery-2.2.4.min.js"></script>
<script type='text/javascript' src="{{ site.url }}/js/bootstrap-3.3.6.min.js"></script>
<script type='text/javascript' src="{{ site.url }}/js/icheck-1.0.1.min.js"></script>
<script type='text/javascript' src="{{ site.url }}/js/jquery.fs.selecter-3.1.2.min.js"></script>
<script type='text/javascript' src="{{ site.url }}/js/jquery.fs.stepper-3.0.7.min.js"></script>
<script type='text/javascript' src="{{ site.url }}/assets/js/jquery.min.js"></script>
<script type='text/javascript' src="{{ site.url }}/assets/js/bootstrap.min.js"></script>
<script type='text/javascript' src="{{ site.url }}/assets/js/icheck.min.js"></script>
<script type='text/javascript' src="{{ site.url }}/assets/js/jquery.fs.selecter.min.js"></script>
<script type='text/javascript' src="{{ site.url }}/assets/js/jquery.fs.stepper.min.js"></script>

{% if page.custom_js %}
{% for js_file in page.custom_js %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>

<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
</head>
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</button>

<a href="/">
<img src="{{ site.url }}/img/logo.jpeg" height="65">
<img src="{{ site.url }}/assets/img/logo.png" height="65">
</a>
</div>

Expand Down
1 change: 1 addition & 0 deletions _includes/icon-github.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">{{ include.username }}</span></a>
1 change: 1 addition & 0 deletions _includes/icon-github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _sass/font-awesome/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Variables
// --------------------------

$fa-font-path: "../fonts/font-awesome" !default;
$fa-font-path: "../fonts" !default;
$fa-font-size-base: 14px !default;
$fa-line-height-base: 1 !default;
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts" !default; // for referencing Bootstrap CDN font files directly
Expand Down
Loading

0 comments on commit 8f3ca37

Please sign in to comment.