Yelp url bug fix (#1259) (#1260)

This commit is contained in:
tsolloway 2023-12-31 17:11:35 -08:00 committed by GitHub
commit ca225cf074
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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>