Skip to content

Commit

Permalink
Merge pull request #592 from JupiterBroadcasting/develop
Browse files Browse the repository at this point in the history
Deploy Latest Changes to Production
  • Loading branch information
CGBassPlayer authored Mar 22, 2024
2 parents 09aec68 + 6915780 commit 651e83d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/jb/layouts/episode/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ <h6 style="font-style: italic">{{ .Date.Day }} {{ .Date.Month }} {{ .Date.Year
<div class="column px-0">
<h2 class="has-text-centered-mobile">Hosts</h2>
<section class="section host-list">
<div class="columns is-narrow">
<div class="columns is-narrow is-multiline">
{{ range .Params.hosts }}
{{ $host := index ( where $people_sections "Params.username" .) 0 }}
<div class="column is-narrow">
<div class="column is-flex-grow-0">
{{ partial "people/smallest.html" $host }}
</div>
{{ end }}
Expand All @@ -66,10 +66,10 @@ <h2 class="has-text-centered-mobile">Hosts</h2>
{{ with .Params.guests }}
<h2 class="has-text-centered-mobile">Guests</h2>
<section class="section host-list">
<div class="columns is-narrow">
<div class="columns is-narrow is-multiline">
{{ range . }}
{{ $guest := index (where $people_sections "Params.username" .) 0 }}
<div class="column is-narrow">
<div class="column is-flex-grow-0">
{{ if $guest }}
{{ partial "people/smallest.html" $guest }}
{{ end }}
Expand Down

0 comments on commit 651e83d

Please sign in to comment.