post: list

This commit is contained in:
He4eT 2020-10-31 04:02:25 +05:00
commit 85745e0c4d
4 changed files with 27 additions and 6 deletions

View file

@ -20,11 +20,11 @@
<li><a href="/"><%= site.title %></a></li>
<% if (page.section) { %>
<li><a href="/<%= page.section %>">
<li><a href="/<%= page.section %>/">
<%= page.section %></a></li>
<% } %>
<% if (page.year) { %>
<li><a href="/post/list/#<%= page.year %>">
<li><a href="/post/#<%= page.year %>">
<%= page.year %></a></li>
<% } %>