We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d69955 commit 7ab8004Copy full SHA for 7ab8004
website/content/resources.njk
@@ -26,7 +26,7 @@ permalink: resources/{{ (category | slugify) if category !== "all" }}/
26
<div id="resource-gallery" class="mg-item-grid mg-grid-2">
27
{% for resource in resources %}
28
{% if category in resource.tags or category === "all" %}
29
- <a class="mg-no-link hide-external-icon" href="{{ resource.url }}" title="{{ resource.title }}">
+ <a class="mg-no-link hide-external-icon" href="{{ resource.url }}">
30
<div class="mg-resource-container mg-box-shadow"
31
style="background-image: url('{{ resource.cover }}');">
32
<div class="transparent-overlay"></div>
0 commit comments