Browse Source

Add list of keys to sample gallery for tests

pull/468/head
tudacs 4 years ago
parent
commit
a56587c554
  1. 2
      tests/sample/sigal.conf.py

2
tests/sample/sigal.conf.py

@ -11,6 +11,8 @@ links = [
("Another link", "http://example.org"),
]
albums_sort_attr = [ "meta.nokey", "nosuchattribute", "name" ]
files_to_copy = (("../watermark.png", "watermark.png"),)
plugins = [

Loading…
Cancel
Save