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 b66d1d6 commit aaeffbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 }}"><img src="{{ image }}"></a>
<a href="{{ nn_page.permalink }}" class="recommended-article-a"><img src="{{ image }}"></a>
</div>
<div class="article-info">
<div class="article-relevance">
Expand All @@ -78,7 +78,7 @@ <h1><a class="no-underline " href="{{ page.permalink }}">{{ page.title }}</a></h
<span class="article-date">{{ nn_page.date }}</span>
</div>
<h3 class="article-title">
<a href="{{ nn_page.permalink }}">{{ nn_page.title }}</a>
<a href="{{ nn_page.permalink }}" class="recommended-article-a">{{ nn_page.title }}</a>
</h3>
</div>
</div>
Expand Down

0 comments on commit aaeffbb

Please sign in to comment.