diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-06 10:01:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-06 10:01:50 +0000 |
commit | dc57f759c616a23b1baf10b1ea71cca6ba581831 (patch) | |
tree | e641e4da50d2b616c10090b7178ec6ed86815f0d /views/index.ejs | |
parent | WIP, adding rss to the blog (diff) | |
download | blog-dc57f759c616a23b1baf10b1ea71cca6ba581831.tar.gz blog-dc57f759c616a23b1baf10b1ea71cca6ba581831.zip |
now the blog uses the db for everything. now need to decide on how to populate the DB and prevent duplication
Diffstat (limited to 'views/index.ejs')
-rw-r--r-- | views/index.ejs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/index.ejs b/views/index.ejs index 0e47f53..fdd49cc 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -16,7 +16,8 @@ <hr/> <br/> <a class="left-footer">Keywords:</a> - <%- data.Keywords %> + <%- data.keywords %> + <%- data.lastUpdated %> <br/> <br/> <hr/> |