Skip to content

Commit

Permalink
Fix formatting issue in talk-list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 committed Jan 9, 2024
1 parent 809ed71 commit 4dae122
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/shortcodes/talk-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@
{{ with .talk }}
<span class="fw-bold">{{ .title }}.</span>
{{ with .where }}{{ . }}{{ end }}
{{ time.AsTime .when | time.Format $format }}<br>
{{ time.AsTime .when | time.Format $format }}
{{ partial "talk/materials.html" .materials }}
{{ end }}
</li>
{{ end }}
<br>
</ul>

{{ end }}
Expand Down

0 comments on commit 4dae122

Please sign in to comment.