Browse Source

Further changes on titles

pull/1/head
Zack Colbert 3 years ago
parent
commit
3b5788f939
  1. 8
      app/views/index.pug

8
app/views/index.pug

@ -20,6 +20,7 @@ block content
//- Main Content Column //- Main Content Column
.uk-width-2-3 .uk-width-2-3
section.uk-section.uk-section-default.uk-padding-remove section.uk-section.uk-section-default.uk-padding-remove
.dtp-border-bottom
h3.uk-heading-bullet Featured h3.uk-heading-bullet Featured
//- Featured Block //- Featured Block
.uk-margin .uk-margin
@ -32,6 +33,7 @@ block content
) )
//- Blog Posts //- Blog Posts
.uk-section.uk-section-default.uk-section-small .uk-section.uk-section-default.uk-section-small
.dtp-border-bottom.uk-margin
h3.uk-heading-bullet Blog Posts h3.uk-heading-bullet Blog Posts
div(uk-grid) div(uk-grid)
.uk-width-1-3 .uk-width-1-3
@ -47,18 +49,22 @@ block content
.uk-width-1-3 .uk-width-1-3
//- Gab TV 3 Most Recent Episodes //- Gab TV 3 Most Recent Episodes
.uk-margin .uk-margin
.dtp-border-bottom
h3.uk-heading-bullet Gab TV h3.uk-heading-bullet Gab TV
ul.uk-list ul.uk-list
each episode in gabTvChannel.items.slice(0, 3) each episode in gabTvChannel.items.slice(0, 3)
li li
+renderSidebarEpisode(episode) +renderSidebarEpisode(episode)
//- Newsletter Signup //- Newsletter Signup
//- TODO Add sticky
.uk-margin .uk-margin
.dtp-border-bottom.uk-margin
h3.uk-heading-bullet Mailing List
form(method="post", action="/newsletter").uk-form form(method="post", action="/newsletter").uk-form
.uk-card.uk-card-secondary.uk-card-small .uk-card.uk-card-secondary.uk-card-small
.uk-card-body .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. p Join the #{site.name} FREE newsletter to get show updates in your inbox.
.uk-margin .uk-margin

Loading…
Cancel
Save