diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-09 19:46:12 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-09 19:46:12 -0500 |
commit | 3290015d64bf739adb00da719dfe15ae5165c840 (patch) | |
tree | 3ca615d45b46dd2085b189be56bebecc93e6db65 /tmpl | |
parent | 0c73fda3ed731b9dbfbc32fae31fd497e02acf90 (diff) |
page_index: make the data flow clearer
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/index.md.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmpl/index.md.erb b/tmpl/index.md.erb index 2febcb5..e7e9b9f 100644 --- a/tmpl/index.md.erb +++ b/tmpl/index.md.erb @@ -1,5 +1,6 @@ --- -title: "<%= atom_title %>" +title: "<%= index_title %>" +author: "<%= index_author.name %>" class: "index" --- |