您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
225 B

  1. <!DOCTYPE html>
  2. <html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
  3. <head>
  4. <title>{{- .Title }} - {{ .Site.Title -}}</title>
  5. </head>
  6. <body>
  7. {{ block "edit" . }}{{ end }}
  8. </body>
  9. </html>