Skip to content

Commit

Permalink
Added background color to post-card.hbs for interview posts
Browse files Browse the repository at this point in the history
  • Loading branch information
sanne-san committed Jan 2, 2024
1 parent 8f431dc commit 16b347a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/post-card.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<article class="gh-card {{post_class}}{{#unless @custom.show_images_in_feed}} no-image{{/unless}}">
<article class="gh-card {{post_class}}{{#unless @custom.show_images_in_feed}} no-image{{/unless}}" {{#foreach tags visibility="internal"}}style="background:{{accent_color}}{{/foreach}}">
<a class="gh-card-link" href="{{#if canonical_url}}{{canonical_url}}{{else}}{{url}}{{/if}}" {{#if canonical_url}}target="_blank" rel="noopener"{{/if}}>
{{#if feature_image}}
<figure class="gh-card-image">
Expand Down

0 comments on commit 16b347a

Please sign in to comment.