Skip to content

Commit

Permalink
Add margin for previous page top
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Oct 5, 2023
1 parent acdcb41 commit 3f73269
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions views/previous/index.ejs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<%- include('../partials/header') %>

<%- include('../partials/weeks', {
fetchUrl: '/api/weeks?past=true',
showRSVP: false,
sectionTitles: { 0: 'Past Releases' },
}); %>
<div class="mt-10">
<%- include('../partials/weeks', {
fetchUrl: '/api/weeks?past=true',
showRSVP: false,
sectionTitles: { 0: 'Past Releases' },
}); %>
</div>

<%- include('../partials/footer') %>

0 comments on commit 3f73269

Please sign in to comment.