aboutsummaryrefslogtreecommitdiffstats
path: root/views/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.ejs')
-rw-r--r--views/index.ejs13
1 files changed, 12 insertions, 1 deletions
diff --git a/views/index.ejs b/views/index.ejs
index 4679e4a..fdd49cc 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -5,16 +5,27 @@
<meta name="viewport" content="width=device-width">
<title>Blog</title>
<link rel="stylesheet" href="/master.css" type="text/css" media="screen" title="no title" charset="utf-8">
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/feed">
+ <!-- <link rel="alternate" type="application/atom+xml" title="RSS" href="/feed/rss"> -->
</head>
<body>
- <script>0</script>
+ <!-- <script>0</script> -->
<div class="article">
<%- data.blogHttp %>
<br/>
<hr/>
<br/>
+ <a class="left-footer">Keywords:</a>
+ <%- data.keywords %>
+ <%- data.lastUpdated %>
+ <br/>
+ <br/>
+ <hr/>
+ <br/>
<a href="/archive" class="left-footer">Archive</a>
<a href="/about" class="right-footer">About</a>
+ <a class="right-footer">&nbsp&nbsp&nbsp</a>
+ <a href="/rss/feed" class="right-footer">RSS</a>
</div>
</body>
</html>