parent
6e0120cb9d
commit
ca225cf074
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue