Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customized template don't support two keys in a row if one key is "last_modified_time" #95

Open
ouxiaogu opened this issue Jan 24, 2018 · 0 comments

Comments

@ouxiaogu
Copy link

Customized template for Python:

-*- coding: utf-8 -*-
Created: {{author}}, {{create_time}}

Last Modified : {{last_modified_by}}, {{last_modified_time}}

For the 1st time to add a header, the result is fine, but when to update {{last_modified_time}} at saving file, the key string "{{last_modified_time}} " will be shown there, not the modified time:

-*- coding: utf-8 -*-
Created: xxx, 2017-12-11 17:52:10

Last Modified:  xxx, {{last_modified_time}}

The result when to swap {{last_modified_by}} and {{last_modified_time}}:

-*- coding: utf-8 -*-
Created: xxx, 2017-12-11 17:52:10

Last Modified:  2018-01-24 14:59:54 by {{last_modified_by}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant