feat: add recent talks
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{{ partial "header" . }}
|
||||
|
||||
<div class="container {{ replace (.LinkTitle | lower) " " "_" }}"> <!-- add link title add class -->
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h1>{{ .Title | markdownify }}</h1>
|
||||
{{ if ne .Params.page true }}
|
||||
<div class="metadata-page">
|
||||
<div class="row vertical-align">
|
||||
|
||||
Reference in New Issue
Block a user