Skip to content

Commit

Permalink
Yelp url bug fix (#1259) (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolloway committed Jan 1, 2024
1 parent 6e0120c commit ca225cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Added social network links for GitLab, Bluesky (#1168, #1218)
- Added instructions and example on how to fix image links in project sites (#1171)
- Pagination buttons: use nicer arrows, and don't show text on small screens (#1221)
- Updated Yelp URL format - if you previously used the `yelp` social network config parameter, you might need to update the config value (#1259)

## v6.0.1 (2023-06-08)

Expand Down
2 changes: 1 addition & 1 deletion _includes/social-networks-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@

{%- if network[0] == "yelp" -%}
<li class="list-inline-item">
<a href="https://{{ network[1] }}.yelp.com" title="Yelp">
<a href="https://yelp.com/{{ network[1] }}" title="Yelp">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-yelp fa-stack-1x fa-inverse"></i>
Expand Down

0 comments on commit ca225cf

Please sign in to comment.