mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-05 04:47:25 +00:00
post: list
This commit is contained in:
parent
8898bf7a57
commit
85745e0c4d
4 changed files with 27 additions and 6 deletions
|
|
@ -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>
|
||||
<% } %>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue