File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ author:
23
23
description : Ramblings of Garth Braithwaite.
24
24
twitter :
25
25
username : garthdb
26
- gems :
26
+ plugins :
27
27
- jekyll-seo-tag
28
28
- jekyll-feed
29
29
exclude :
@@ -33,7 +33,7 @@ exclude:
33
33
- README.md
34
34
- LICENSE
35
35
- CNAME
36
- baseurl :
36
+ baseurl :
37
37
url : http://garthdb.com
38
38
sass :
39
39
sass_dir : css
Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
5
- {% if site.categories.writings | size != 0 %}
5
+ {% if site.categories.writings. size != 0 %}
6
6
< section class ="post-list ">
7
7
< h1 > Writings</ h1 >
8
8
< ul >
@@ -12,7 +12,7 @@ <h1>Writings</h1>
12
12
</ ul >
13
13
</ section >
14
14
{% endif %}
15
- {% if site.categories.talks | size != 0 %}
15
+ {% if site.categories.talks. size != 0 %}
16
16
< section class ="post-list ">
17
17
< h1 > Talks</ h1 >
18
18
< ul >
@@ -22,7 +22,7 @@ <h1>Talks</h1>
22
22
</ ul >
23
23
</ section >
24
24
{% endif %}
25
- {% if site.categories.projects | size != 0 %}
25
+ {% if site.categories.projects. size != 0 %}
26
26
< section class ="post-list ">
27
27
< h1 > Projects</ h1 >
28
28
< ul >
@@ -32,7 +32,7 @@ <h1>Projects</h1>
32
32
</ ul >
33
33
</ section >
34
34
{% endif %}
35
- {% if site.categories.stuff | size != 0 %}
35
+ {% if site.categories.stuff. size != 0 %}
36
36
< section class ="post-list ">
37
37
< h1 > Stuff</ h1 >
38
38
< ul >
You can’t perform that action at this time.
0 commit comments