Skip to content

Commit

Permalink
Merge branch 'misc_updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Sep 26, 2024
2 parents 26ebdc2 + 427bc76 commit 7be0ef1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/showtime-theme-2024/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{{ end }}


({{ if .Site.BuildDrafts }}with{{ else }}without{{ end }} drafts)
({{ if .Site.BuildDrafts }}with{{ else }}no{{ end }} drafts)
</div>
{{ end }}
<ul>
Expand Down
4 changes: 4 additions & 0 deletions themes/showtime-theme-2024/layouts/_default/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ <h1>
{{ with .Params.sub_title }}
{{ $slot_text = printf "%s - %s" $slot_text . | lower }}
{{ end }}
{{ with .Params.Supervisor }}
{{ $slot_text = printf "%s %s" $slot_text . }}
{{ end }}

{{ end }}

{{ if in .project_id "B" }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,17 @@ <h4> {{ .Type }} </h4>
{{ range $projects }}
{{ partial "project/schedule_data.toml" . }}
{{ end }}

</pre></small>
<hr/>
<small>
<b>for bt:</b>
<pre>
{{ range $projects -}}
"{{ .Params.project_id }}": - "{{ .Params.project_id }} - {{ .Title }} {{ .Params.Subtitle }}",

{{ end }}
</pre>
</small>
</main>
</pre></small>

0 comments on commit 7be0ef1

Please sign in to comment.