This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
prepend: "/"
from includes and add to image path's instead
- Loading branch information
1 parent
89f4b20
commit 727d1ae
Showing
19 changed files
with
78 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ Billy Rick: | |
uri : "http://thewhip.com" | ||
email : "[email protected]" | ||
bio : "What do you want, jewels? I am a very extravagant man." | ||
avatar : "bio-photo-2.jpg" | ||
avatar : "/assets/images/bio-photo-2.jpg" | ||
twitter : "extravagantman" | ||
google_plus : "BillyRick" | ||
|
||
Cornelius Fiddlebone: | ||
name : "Cornelius Fiddlebone" | ||
email : "[email protected]" | ||
bio : "I ordered what?" | ||
avatar : "bio-photo.jpg" | ||
avatar : "/assets/images/bio-photo.jpg" | ||
twitter : "rhymeswithsackit" | ||
google_plus : "CorneliusFiddlebone" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,14 +18,14 @@ Billy Rick: | |
uri: "http://thewhip.com" | ||
email: "[email protected]" | ||
bio: "What do you want, jewels? I am a very extravagant man." | ||
avatar: "assets/images/bio-photo-2.jpg" | ||
avatar: "/assets/images/bio-photo-2.jpg" | ||
twitter: "extravagantman" | ||
|
||
Cornelius Fiddlebone: | ||
name: "Cornelius Fiddlebone" | ||
email: "[email protected]" | ||
bio: "I ordered what?" | ||
avatar: "assets/images/bio-photo.jpg" | ||
avatar: "/assets/images/bio-photo.jpg" | ||
twitter: "rhymeswithsackit" | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.