aboutsummaryrefslogtreecommitdiffstats
path: root/views/index.ejs
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-06 10:01:50 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-06 10:01:50 +0000
commitdc57f759c616a23b1baf10b1ea71cca6ba581831 (patch)
treee641e4da50d2b616c10090b7178ec6ed86815f0d /views/index.ejs
parentWIP, adding rss to the blog (diff)
downloadblog-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.ejs3
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/>