-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added mail adress for Kristian Berg to About page
- Loading branch information
1 parent
820767e
commit 350f0b3
Showing
1 changed file
with
3 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
--- | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
KristianBerg
via email
Author
Member
|
||
layout: panel | ||
title: About | ||
--- | ||
|
@@ -48,6 +48,8 @@ <h3>Kristian Berg</h3> | |
Co-founder | ||
</p> | ||
<small> | ||
Email: <a href="mailto:kristianberg.jobb@gmail.com">kristianberg.jobb@gmail.com</a> | ||
<br> | ||
GitHub: <a href="https://github.com/KristianBerg">@KristianBerg</a> | ||
</small> | ||
</div> | ||
|
You don't see it here in the GitHub diff, but in
git diff
you see this:<U+FEFF>
is a BOM which Jekyll wont play nicely with.Directly from the Jekyll docs:
I'll fix this in the next commit but I'm curious which texteditor inserted the BOM (and on which OS).