single.html 314 B

123456789
  1. {{ define "main" }}
  2. <div class="content">
  3. {{ with .Content -}}{{ . }}{{ end }}
  4. <ul class="lsn dim post-footer">
  5. <li>/* 最后更新于{{ dateFormat "2006-01-02 15:04 MST" .Lastmod.UTC }} */</li>
  6. </ul>
  7. {{ with .Params.comments -}}{{ partialCached "comments.html" . }}{{- end }}
  8. </div>
  9. {{- end }}