diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-03-11 18:59:11 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-03-11 21:32:05 +0100 |
commit | ce6e4310febf5659392a41b543594382441f3681 (patch) | |
tree | f9ca38eeadc3b61d7fa0828db28efef921e2dd3d /hugolib/testsite | |
parent | 95d62004a07d8bb6d2b94a56112fd419db7eeb65 (diff) | |
download | hugo-ce6e4310febf5659392a41b543594382441f3681.tar.gz hugo-ce6e4310febf5659392a41b543594382441f3681.zip |
Refactor the GitInfo into the date handlers
Fixes #4495
Diffstat (limited to 'hugolib/testsite')
-rw-r--r-- | hugolib/testsite/content/first-post.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hugolib/testsite/content/first-post.md b/hugolib/testsite/content/first-post.md new file mode 100644 index 000000000..4a8007946 --- /dev/null +++ b/hugolib/testsite/content/first-post.md @@ -0,0 +1,4 @@ +--- +title: "My First Post" +lastmod: 2018-02-28 +---
\ No newline at end of file |