hugo-theme-mofo

Minimal theme for Hugo
git clone https://git.bracken.jp/hugo-theme-mofo.git
Log | Files | Refs | LICENSE

post.md (179B)


      1 +++
      2 title = "{{ replaceRE "(?:\\d+-){3}" "" .Name | replaceRE "-" " " | title }}"
      3 date = "{{ .Date }}"
      4 slug = "{{ replaceRE "(?:\\d+-){3}" "" .Name }}"
      5 tags = []
      6 draft = true
      7 +++