We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645605e commit a64a5d7Copy full SHA for a64a5d7
content/errata.md
@@ -74,7 +74,3 @@ title: 勘误表
74
- 表 13-1 不同等级的浪费”下方算式错误
75
76
<img width="868" alt="image" src="https://user-images.githubusercontent.com/7698088/164685097-518683e5-8a8b-4f6b-9e04-5f2952d8cea9.png">
77
-
78
79
----
80
-最后更新:2022.05.13
themes/book/layouts/_default/baseof.html
@@ -79,6 +79,12 @@
{{ define "main" }}
<article class="markdown">
81
{{- .Content -}}
82
+ {{ $path := .Permalink | relURL }}
83
+ {{ if eq $path "/go-questions/errata/" }}
84
+ ---
85
+ <br/>
86
+ 最后更新:{{ now.Format "2006.01.02" }}
87
+ {{ end }}
88
</article>
89
{{ end }}
90
0 commit comments