From 2d4edcf966effb70422e4765cf4f709fb4c78208 Mon Sep 17 00:00:00 2001 From: noraj Date: Sat, 11 Jul 2020 20:22:39 +0200 Subject: [PATCH 1/3] add update support --- layout/common/post/date.ejs | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/layout/common/post/date.ejs b/layout/common/post/date.ejs index 4fe7303c..ce6658eb 100644 --- a/layout/common/post/date.ejs +++ b/layout/common/post/date.ejs @@ -1,8 +1,16 @@ <% if (post.date) { %> -
- - - - -
+
+ + + + +
+<% } %> +<% if (post.update) { %> +
+ + + + +
<% } %> From 2e3ca4160a1f3d3940b2b0f15124faa9c5de2dca Mon Sep 17 00:00:00 2001 From: noraj Date: Sat, 11 Jul 2020 20:31:55 +0200 Subject: [PATCH 2/3] fix update -> updated --- layout/common/post/date.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/common/post/date.ejs b/layout/common/post/date.ejs index ce6658eb..2115c494 100644 --- a/layout/common/post/date.ejs +++ b/layout/common/post/date.ejs @@ -6,11 +6,11 @@ <% } %> -<% if (post.update) { %> +<% if (post.updated) { %> <% } %> From bb1171acfc7ce862b410513208ab272c910f3bb3 Mon Sep 17 00:00:00 2001 From: noraj Date: Sat, 22 Aug 2020 17:25:46 +0200 Subject: [PATCH 3/3] add sub-menu support --- layout/common/header.ejs | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/layout/common/header.ejs b/layout/common/header.ejs index 06bf4da6..ab401256 100644 --- a/layout/common/header.ejs +++ b/layout/common/header.ejs @@ -17,14 +17,25 @@ - \ No newline at end of file +