Browse Source

feat(talk): support YAML front matter for talks

Close #555
George Cushen 6 years ago
parent
commit
75abb65a94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layouts/section/talk.html

+ 1 - 1
layouts/section/talk.html

@@ -11,7 +11,7 @@
       <div class="article-style" itemprop="articleBody">{{ . }}</div>
       {{ end }}
 
-      {{ range .Data.Pages.GroupByParamDate "time_start" "2006" }}
+      {{ range .Data.Pages.GroupByDate "2006" }}
       <div class="row" id="talk_list">
         <div class="col-lg-2">
           <h3>{{ .Key }}</h3>