Skip to content

Commit

Permalink
🔧 set class for recommend article click
Browse files Browse the repository at this point in the history
  • Loading branch information
mickm3n committed Jul 30, 2024
1 parent aaeffbb commit 391bcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1><a class="no-underline " href="{{ page.permalink }}">{{ page.title }}</a></h
{% endfor %}
<div class="recommended-article">
<div class="article-image">
<a href="{{ nn_page.permalink }}" class="recommended-article-a"><img src="{{ image }}"></a>
<a href="{{ nn_page.permalink }}"><img src="{{ image }}" class="recommended-article-image"></a>
</div>
<div class="article-info">
<div class="article-relevance">
Expand Down

0 comments on commit 391bcb1

Please sign in to comment.