master
rob 2 years ago
parent 590ecdf1af
commit fc02597093

@ -25,6 +25,14 @@ mixin renderPageSidebar ( )
li
+renderSidebarEpisode(episode)
.uk-margin
+renderSectionTitle('Widget', {
label: 'Sample URL',
title: 'Sample URL Title',
url: 'https://shing.tv',
})
p This would be your widget content if your page even has a sidebar and that sidebar has widgets.
//- Newsletter Signup
div(uk-sticky={ offset: 60, bottom: '#dtp-content-grid' }, style="z-index: initial;")
+renderSectionTitle('Mailing List')
@ -38,14 +46,4 @@ mixin renderPageSidebar ( )
input(id="email", name="email", type="email", placeholder="johnsmith@example.com").uk-input
.uk-card-footer
button(type="submit").uk-button.dtp-button-primary.uk-button-small Sign Up (Coming Soon!)
.uk-margin
+renderSectionTitle('Widget', {
label: 'Sample URL',
title: 'Sample URL Title',
url: 'https://shing.tv',
})
p This would be your widget content if your page even has a sidebar and that sidebar has widgets.
button(type="submit").uk-button.dtp-button-primary.uk-button-small Sign Up (Coming Soon!)
Loading…
Cancel
Save