Skip to content

Commit

Permalink
Remove localized from description in blog_card template (#12916)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezvsr authored Sep 25, 2024
1 parent d6e7481 commit 485ba28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{% endblock %}

{% block description %}
<p class="tw-body tw-line-clamp-3">{{ page.specific.localized.get_meta_description }}</p>
<p class="tw-body tw-line-clamp-3">{{ page.specific.get_meta_description }}</p>
{% endblock %}

{% block byline %}
Expand Down

0 comments on commit 485ba28

Please sign in to comment.