Skip to content

Commit

Permalink
feat(serie): replace go to serie's posts by arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzMzaw committed Jul 30, 2024
1 parent 152adf5 commit 11c82d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions sass/parts/_posts_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
#serie-title {
#go-to-button {
float: right;
font-size: 2.2rem;
}
}

Expand Down
4 changes: 1 addition & 3 deletions templates/serie.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<div id="serie-title">
<span class="title-label">{{ macros_translate::translate(key="serie", default="SERIE", language_strings=language_strings) }}</span>
{%- set serie_go_to_posts = macros_translate::translate(key="serie_go_to_posts", default="Go to serie's posts", language_strings=language_strings) -%}
<a id="go-to-button" href="#posts-list" class="no-hover-padding" title="{{ serie_go_to_posts }}">
{{ serie_go_to_posts }}
</a>
<a id="go-to-button" href="#posts-list" class="no-hover-padding" title="{{ serie_go_to_posts }}"></a>
{{ macros_page_header::page_header(title=section.title) }}
</div>

Expand Down

0 comments on commit 11c82d1

Please sign in to comment.