Further changes on titles

master
Zack Colbert 3 years ago
parent 68e9d6f440
commit 3b5788f939

@ -20,7 +20,8 @@ block content
//- Main Content Column
.uk-width-2-3
section.uk-section.uk-section-default.uk-padding-remove
h3.uk-heading-bullet Featured
.dtp-border-bottom
h3.uk-heading-bullet Featured
//- Featured Block
.uk-margin
div(style="position: relative; overflow: hidden; width: 100%; padding-top: 56.25%")
@ -32,7 +33,8 @@ block content
)
//- Blog Posts
.uk-section.uk-section-default.uk-section-small
h3.uk-heading-bullet Blog Posts
.dtp-border-bottom.uk-margin
h3.uk-heading-bullet Blog Posts
div(uk-grid)
.uk-width-1-3
img(src="/img/default-poster.jpg").responsive
@ -47,18 +49,22 @@ block content
.uk-width-1-3
//- Gab TV 3 Most Recent Episodes
.uk-margin
h3.uk-heading-bullet Gab TV
.dtp-border-bottom
h3.uk-heading-bullet Gab TV
ul.uk-list
each episode in gabTvChannel.items.slice(0, 3)
li
+renderSidebarEpisode(episode)
//- Newsletter Signup
//- TODO Add sticky
.uk-margin
.dtp-border-bottom.uk-margin
h3.uk-heading-bullet Mailing List
form(method="post", action="/newsletter").uk-form
.uk-card.uk-card-secondary.uk-card-small
.uk-card-body
.uk-card-title.uk-border-bottom.uk-heading-bullet Mailing List
p Join the #{site.name} FREE newsletter to get show updates in your inbox.
.uk-margin

Loading…
Cancel
Save