Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-bernhard committed Dec 15, 2023
1 parent 2ca2d4b commit e897915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/content/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2 class="blog_subtitle">
</div>
<div class="col-md-12 col-lg-8 offset-lg-4" id="right_column">
<div id="filter">
<img alt="Remove tag filter" role="button" id="x_button" onclick="blog.removeFilter(true);" onkeypress="blog.removeFilter(true);" role="button" src="/img/blog_x_button.svg" tabindex="0"/>
<img alt="Remove tag filter" role="button" id="x_button" onclick="blog.removeFilter(true);" onkeypress="blog.removeFilter(true);" src="/img/blog_x_button.svg" tabindex="0"/>
<span id="no_results_message">
{% t blog.no_results_found %} {% t blog.see %}
<a class="orange_link_light_background" href="{{baseURL}}/blog/">
Expand Down

0 comments on commit e897915

Please sign in to comment.