Fixed /post to /blog

This commit is contained in:
Joshua Boniface 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.

View File

@ -13,7 +13,7 @@
</div>
</br>
<h4>
<a href="{{ .Site.BaseURL }}/post/">Archive</a>
<a href="{{ .Site.BaseURL }}/blog/">Archive</a>
</h4>
</section>
</div>

View File

@ -5,7 +5,7 @@
</span>
<header class="
{{ if .IsNode }}
{{ if or (eq .URL "/post/") (in .URL "/tags/") (in .URL "/categories/") }}
{{ if or (eq .URL "/blog/") (in .URL "/tags/") (in .URL "/categories/") }}
panel-cover panel-cover--collapsed
{{ else }}
panel-cover

View File

@ -30,7 +30,7 @@
// SECTIONS
// ------------------------------
@import 'sections/post.scss';
@import 'sections/blog.scss';
// ------------------------------
// COMPONENTS
@ -40,7 +40,7 @@
@import 'components/buttons.scss';
@import 'components/navigation.scss';
@import 'components/pagination.scss';
@import 'components/post-list.scss';
@import 'components/blog-list.scss';
// ------------------------------
// MEDIA QUERIES