Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit fbf62d0

Browse files
committed
added favicon; absolute path to styles
1 parent 9588510 commit fbf62d0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ GEM
3030
ffi (1.10.0)
3131
forwardable-extended (2.6.0)
3232
gemoji (3.0.0)
33-
github-pages (193)
33+
github-pages (195)
3434
activesupport (= 4.2.10)
35-
github-pages-health-check (= 1.8.1)
35+
github-pages-health-check (= 1.16.0)
3636
jekyll (= 3.7.4)
3737
jekyll-avatar (= 0.6.0)
3838
jekyll-coffeescript (= 1.1.1)
3939
jekyll-commonmark-ghpages (= 0.1.5)
4040
jekyll-default-layout (= 0.1.4)
4141
jekyll-feed (= 0.11.0)
4242
jekyll-gist (= 1.5.0)
43-
jekyll-github-metadata (= 2.9.4)
43+
jekyll-github-metadata (= 2.12.1)
4444
jekyll-mentions (= 1.4.1)
4545
jekyll-optional-front-matter (= 0.3.0)
4646
jekyll-paginate (= 1.1.0)
@@ -72,14 +72,14 @@ GEM
7272
listen (= 3.1.5)
7373
mercenary (~> 0.3)
7474
minima (= 2.5.0)
75-
nokogiri (>= 1.8.2, < 2.0)
75+
nokogiri (>= 1.8.5, < 2.0)
7676
rouge (= 2.2.1)
7777
terminal-table (~> 1.4)
78-
github-pages-health-check (1.8.1)
78+
github-pages-health-check (1.16.0)
7979
addressable (~> 2.3)
8080
dnsruby (~> 1.60)
8181
octokit (~> 4.0)
82-
public_suffix (~> 2.0)
82+
public_suffix (~> 3.0)
8383
typhoeus (~> 1.3)
8484
html-pipeline (2.10.0)
8585
activesupport (>= 2)
@@ -118,8 +118,8 @@ GEM
118118
jekyll (~> 3.3)
119119
jekyll-gist (1.5.0)
120120
octokit (~> 4.2)
121-
jekyll-github-metadata (2.9.4)
122-
jekyll (~> 3.1)
121+
jekyll-github-metadata (2.12.1)
122+
jekyll (~> 3.4)
123123
octokit (~> 4.0, != 4.4.0)
124124
jekyll-mentions (1.4.1)
125125
html-pipeline (~> 2.3)
@@ -216,7 +216,7 @@ GEM
216216
sawyer (~> 0.8.0, >= 0.5.3)
217217
pathutil (0.16.2)
218218
forwardable-extended (~> 2.6)
219-
public_suffix (2.0.5)
219+
public_suffix (3.0.3)
220220
rb-fsevent (0.10.3)
221221
rb-inotify (0.10.0)
222222
ffi (~> 1.0)

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
<meta charset="utf-8">
1717
<title>{{ user.name }}</title>
1818
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
19-
<link href="/assets/styles.css" rel="stylesheet" type="text/css">
19+
<link href="{{ "/assets/styles.css" | absolute_url }}" rel="stylesheet" type="text/css">
2020
</head>
2121
<body class="bg-white" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}>

_site/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta charset="utf-8">
1313
<title>Sophie Shepherd</title>
1414
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
15-
<link href="/assets/styles.css" rel="stylesheet" type="text/css">
15+
<link href="http://localhost:4000/assets/styles.css" rel="stylesheet" type="text/css">
1616
</head>
1717
<body class="bg-white" >
1818

favicon.ico

6.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)