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')
@ -39,13 +47,3 @@ mixin renderPageSidebar ( )
.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.

Loading…
Cancel
Save