You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
When using tilde in author: field in content I get this error:
Traceback (most recent call last):
File "/usr/local/bin/wok", line 4, in
Engine()
File "/usr/local/lib/python2.7/site-packages/wok/engine.py", line 100, in init
self.generate_site()
File "/usr/local/lib/python2.7/site-packages/wok/engine.py", line 137, in generate_site
self.load_pages()
File "/usr/local/lib/python2.7/site-packages/wok/engine.py", line 299, in load_pages
p = Page.from_file(os.path.join(root, f), self.options, self, renderer)
File "/usr/local/lib/python2.7/site-packages/wok/page.py", line 116, in from_file
page.build_meta()
File "/usr/local/lib/python2.7/site-packages/wok/page.py", line 208, in build_meta
.format(self.meta['slug']), authors.type)
IndexError: tuple index out of range
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using tilde in author: field in content I get this error:
Traceback (most recent call last):
File "/usr/local/bin/wok", line 4, in
Engine()
File "/usr/local/lib/python2.7/site-packages/wok/engine.py", line 100, in init
self.generate_site()
File "/usr/local/lib/python2.7/site-packages/wok/engine.py", line 137, in generate_site
self.load_pages()
File "/usr/local/lib/python2.7/site-packages/wok/engine.py", line 299, in load_pages
p = Page.from_file(os.path.join(root, f), self.options, self, renderer)
File "/usr/local/lib/python2.7/site-packages/wok/page.py", line 116, in from_file
page.build_meta()
File "/usr/local/lib/python2.7/site-packages/wok/page.py", line 208, in build_meta
.format(self.meta['slug']), authors.type)
IndexError: tuple index out of range
The text was updated successfully, but these errors were encountered: