Skip to content

Commit

Permalink
♿️(templates) fix organization glipmpse
Browse files Browse the repository at this point in the history
- Add a small fix to the title property the organization glimpse
- The value of title should be different from the organization card
  • Loading branch information
sandroscosta committed Oct 11, 2024
1 parent c317db3 commit e531176
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 @@ -10,6 +10,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

### Added

- Fix organization glimpse card title for accessibility purposes
- Added new 'large-banner' plugin template variant `compacted-banner` that
is more compacted than variant `hero-intro`.
- Add order payment information in the dashboard, including a specific
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div
class="organization-{{ organization_variant }}{% if organization_page.publisher_is_draft is True %} organization-{{ organization_variant }}--draft{% endif %}"
>
<a href="{{ organization_page.get_absolute_url }}" title="{{ organization_page.get_title }}" property="{{ organization_property|default:'author' }}" typeof="CollegeOrUniversity">
<a href="{{ organization_page.get_absolute_url }}" title="{% blocktranslate with title=organization_page.get_title %}Link to {{ title }} organization page {% endblocktranslate %}" property="{{ organization_property|default:'author' }}" typeof="CollegeOrUniversity">
<meta property="url" content="{{ SITE.web_url }}{{ organization_page.get_absolute_url }}" />
{% if organization_variant == "row" %}
<div class="organization-{{ organization_variant }}__logo">
Expand Down

0 comments on commit e531176

Please sign in to comment.