File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 44.author = "ZigCC",
55.layout = "monthly.shtml",
66.draft = false,
7+ .custom = {
8+ .showTocDate = false
9+ }
710---
811
912社区内的最新进展,信息来源:[Zig NEWS](https://zig.news/top/month)、[Zig
Original file line number Diff line number Diff line change 1010 <p :text="$page.author" id="author"></p>
1111 </div>
1212 <ul :loop="$page.subpages()">
13- <a href="$loop.it.link()"><li :text="$loop.it.title"></li></a>
13+ <a href="$loop.it.link()">
14+ <li>
15+ <span :if="$page.custom.getOr('showTocDate', true)">
16+ <span :text="$loop.it.date.format('06-01-03')"></span>
17+
18+ </span>
19+ <span :text="$loop.it.title"></span>
20+ </li>
21+ </a>
1422 </ul>
1523 <div class="docs" :if="$page.custom.getOr('toc', true).and($page.isSection().not())">
1624 <h1>Table of Contents</h1>
You can’t perform that action at this time.
0 commit comments