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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/grid.html')
-rw-r--r--layouts/partials/grid.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/partials/grid.html b/layouts/partials/grid.html
index a369027..0c486b0 100644
--- a/layouts/partials/grid.html
+++ b/layouts/partials/grid.html
@@ -1,5 +1,15 @@
{{- partial "jumbotron.html" . }}
+{{ if and (and (isset .Site.Params "show_next_upcoming") (eq .Site.Params.show_next_upcoming "true")) (ge (len (where ( where site.RegularPages "Type" "in" site.Params.mainSections) ".Params.upcoming" "==" true )) 1) }}
+<div class="row up_next_container">
+ <div class="col-md-12">
+ {{ range first 1 (where ( where site.RegularPages "Type" "in" site.Params.mainSections).ByDate ".Params.upcoming" "==" true ) }}
+ Next Episode: <a href="{{ .Permalink }}">{{ .Title }}</a> - Scheduled for {{ dateFormat "Jan 2, 2006" .Date }}
+ {{ end }}
+ </div>
+</div>
+{{ end }}
+
<section class="episode-list">
<div class = "col episode-list-header">