-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[why] For some reason some are not correct. Possibly my own lazyness. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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
6cca677
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now it seems Geist isn't previewing at all
6cca677
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I noticed that too ;-)
The filename of the preview image changed, and I added all changes of the preview images - but of course not new files and did not remove old files. Typically I do
git add -p
and renames are not caught by that except when you do agit mv ...
which I didn't, so ...On my local Jekyll run it did not show, because the image was there, just not comitted.
Whatever ;) Thanks for reporting, that is already fixed together with some more stuff.