Skip to content

Commit

Permalink
Update README with info example.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsums committed Nov 19, 2016
1 parent f4d181d commit 8cb8c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ gallery:
sort_reverse: true # Reverse sort images in gallery.
secret_stuff:
hidden: true # Don't show this gallery on the index page. People must guess the URL.
with_info:
info:
desc: "Gallery Description" # Info fields can be used in custom templates.
```
Expand Down
1 change: 0 additions & 1 deletion lib/jekyll-gallery-generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,3 @@ def generate(site)
end
end
end

0 comments on commit 8cb8c53

Please sign in to comment.