mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Fix syntax error
This commit is contained in:
parent
9b27940840
commit
6d853dbd94
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
-
|
-
|
||||||
scope:
|
scope:
|
||||||
path: "" # an empty string here means all files in the project
|
path: "" # an empty string here means all files in the project
|
||||||
type: "posts" # previously `post` in Jekyll 2.2.
|
type: "posts" # previously `post` in Jekyll 2.2.
|
||||||
values:
|
values:
|
||||||
ghproj: "layout: "default://github.com/justinethier/cyclone/tree/master/"
|
ghproj: "default://github.com/justinethier/cyclone/tree/master/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue