diff --git a/app/views/components/page-sidebar.pug b/app/views/components/page-sidebar.pug index 336c8d7..9b938b2 100644 --- a/app/views/components/page-sidebar.pug +++ b/app/views/components/page-sidebar.pug @@ -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!) \ No newline at end of file