Fixed /post to /blog

This commit is contained in:
2016-11-19 01:03:07 -05:00
parent 96de016bc5
commit 0280376150
4 changed files with 5 additions and 5 deletions

View File

@ -88,7 +88,7 @@ $(function(){
);
})
```
A running example can be found in my comparison between [Jekyll, Hugo and Winthersmith](http://fredrikloch.me/post/2014-08-12-Jekyll-and-its-alternatives-from-a-site-generation-point-of-view/)
A running example can be found in my comparison between [Jekyll, Hugo and Winthersmith](http://fredrikloch.me/blog/2014-08-12-Jekyll-and-its-alternatives-from-a-site-generation-point-of-view/)
Gallery
-
To add a gallery to the site we use basic html together with [lightGallery](http://sachinchoolur.github.io/lightGallery/index.html) to create a responsive light-box gallery.