Skip to content

Commit

Permalink
Merge pull request #1042 from equalizedigital/feature/local-dev-branch
Browse files Browse the repository at this point in the history
Feature/local dev branch
  • Loading branch information
tronsymphony authored Nov 22, 2023
2 parents e4f34bd + c4597e9 commit c2e6a32
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/editor-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/scss/blocks/featured-post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
border-right: 1px solid #547C2D;
padding-right: 10px;
margin-right: 10px;
max-width: calc(100% - 120px);
}

.featured-post-container-info .title {
Expand Down
2 changes: 1 addition & 1 deletion template-parts/blocks/featured-post/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


$dateObject = new DateTime($post_select->post_date);
$formattedDate = $dateObject->format('F d, Y');
$formattedDate = $dateObject->format('M d, Y');

// Get the author ID from the post ID
$author_id = get_post_field('post_author', $post_select->ID);
Expand Down

0 comments on commit c2e6a32

Please sign in to comment.