Skip to content

Commit

Permalink
Merge pull request #202 from jwade1327/upNext
Browse files Browse the repository at this point in the history
Update 'Up Next' section in Pack Expo
  • Loading branch information
Shinsina authored Oct 30, 2024
2 parents 225f26e + d84ce10 commit a650073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ const { newsletter, date, content, sectionName } = input;
</tr>
<tr>
<td style="padding: 0 0 12px 0; color: #3a3636; font-family: Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 24px;">
<a href="https://packexpo23.mapyourshow.com/8_0/sessions/session-details.cfm?scheduleid=237" target="_blank" style="color: #3a3636; text-decoration: none;">
<a href=content.siteContext.url target="_blank" style="color: #3a3636; text-decoration: none;">
${content.name}
</a>
</td>
Expand Down
2 changes: 1 addition & 1 deletion packages/common/components/layouts/expo.marko
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ const newsletterName = get(newsletterConfig, "name");
$ const newsletterDescription = stripHtml(get(newsletterConfig, "description"));
$ const title = get(newsletterConfig, "title");

$ const displayDate = moment(date).add(1, "days").format("dddd, MMMM DD");
$ const displayDate = moment(date).add(1, "days").format("dddd, MMMM D");

<marko-newsletter-root
title=title
Expand Down

0 comments on commit a650073

Please sign in to comment.