diff --git a/themes/yilia/layout/_partial/live2d.ejs b/themes/yilia/layout/_partial/live2d.ejs index 430ab6f..4195d6d 100644 --- a/themes/yilia/layout/_partial/live2d.ejs +++ b/themes/yilia/layout/_partial/live2d.ejs @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/themes/yilia/layout/_partial/post/nav.ejs b/themes/yilia/layout/_partial/post/nav.ejs index 1ac8046..aeb31c0 100644 --- a/themes/yilia/layout/_partial/post/nav.ejs +++ b/themes/yilia/layout/_partial/post/nav.ejs @@ -2,20 +2,18 @@ <% if (post.prev){ %> - - <% if (post.prev.title){ %> - <%= post.prev.title %> - <% } else { %> - (no title) - <% } %> + + <%= post.prev.title %> <% } %> <% if (post.next){ %> - <%= post.next.title %> - + + <%= post.next.title %> + + <% } %>