Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Laborie <ilaborie@gmail.com>2019-10-06 16:28:28 +0300
committerIgor Laborie <ilaborie@gmail.com>2019-10-06 16:28:28 +0300
commit1fc207432835fb2a9650d9a68febefb3c3ccedfa (patch)
treea08a190a26d822a4eeeb1edb1f23e6650968dee0
parent794ae415258416c305e67748f02e1b5ef3de82cf (diff)
Presentation into the schedule
-rw-r--r--layouts/partials/schedule-session.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/schedule-session.html b/layouts/partials/schedule-session.html
index 56f3fba..cf5d1c3 100644
--- a/layouts/partials/schedule-session.html
+++ b/layouts/partials/schedule-session.html
@@ -10,9 +10,15 @@
{{ if .Params.level }}
<div class="complexity" title="{{ .Params.level }}">
<svg><use xlink:href="#level-{{ .Params.level }}"></use></svg>
+
+ {{ if .Params.presentation }}
+ <div class="presentation">{{ partial "icon.html" "slides" }}</div>
+ {{ end }}
+
</div>
{{ end }}
+
{{ if .Params.tags }}
<div class="tags">
{{ range .Params.tags }}
@@ -22,8 +28,10 @@
{{ end }}
</div>
{{ end }}
+
</div>
+
{{ if .Params.speakers }}
<ul class="speakers {{ if eq 1 (len .Params.speakers) }}single{{ else }}multi{{ end }}">
{{ range where $.Site.RegularPages "Params.key" "in" .Params.speakers }}