Browse Source

minor update

pull/141/head
abhidj0090 4 years ago
parent
commit
4a94bf6297
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      layouts/events/single.html

+ 3
- 3
layouts/events/single.html View File

@@ -11,14 +11,14 @@
<!-- <li class="list-inline-item"><a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize }}/">{{ .Params.Author }}</a></li> -->
<li class="list-inline-item">{{ dateFormat "Monday, Jan 2, 2006" .Params.event_start_date }}</li>
</ul>
{{ if (isset .Params "image") }}
<img class="img-fluid mb-50 lozad" data-src="{{ .Params.Image | absURL }}" alt="blog-image">
{{ with .Params.image }}
<img class="img-fluid mb-50 lozad" data-src="{{ .Params.image | absURL }}" alt="blog-image">
{{end}}
</div>
{{ range .Params.event_speakers }}
<div class="col-lg-8 offset-lg-2">
Speakers
{{.Speaker_name}} {{.Bio}}
{{.speaker_name}} {{.bio}}
</div>
{{end}}
<div class="col-lg-8 offset-lg-2">

Loading…
Cancel
Save