Skip to content

Commit

Permalink
Fix blog post tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Jan 12, 2024
1 parent 2bb278b commit d5cceb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/gold_miner/blog_post.rb
Expand Up @@ -45,7 +45,7 @@ def title

def tags
[
"this-week-in-#{@slack_channel}",
"this week in #{@slack_channel}",
*topic_tags
].join(", ")
end
Expand Down
4 changes: 2 additions & 2 deletions spec/gold_miner/blog_post_spec.rb
Expand Up @@ -20,7 +20,7 @@
expect(result).to eq <<~MARKDOWN
---
title: "This week in #design (Sep 30, 2022)"
tags: this-week-in-design, til, tip
tags: this week in design, til, tip
teaser: >
Highlights of what happened in our #design channel on Slack this week.
author: Matheus Richard
Expand Down Expand Up @@ -97,7 +97,7 @@ def summarize(message)
expect(result).to eq <<~MARKDOWN
---
title: "This week in #design (Sep 30, 2022)"
tags: this-week-in-design, test, test2
tags: this week in design, test, test2
teaser: >
Highlights of what happened in our #design channel on Slack this week.
author: Matheus Richard
Expand Down

0 comments on commit d5cceb1

Please sign in to comment.