diff --git a/nyaa/templates/layout.html b/nyaa/templates/layout.html index 906289b..91bb818 100755 --- a/nyaa/templates/layout.html +++ b/nyaa/templates/layout.html @@ -6,9 +6,9 @@ - - - + + + @@ -65,21 +65,21 @@ - {{ config.SITE_NAME }} + {{ config.SITE_NAME }} {% set search_username = (user.username + ("'" if user.username[-1] == 's' else "'s")) if user_page else None %} {% set search_placeholder = 'Search {} torrents...'.format(search_username) if user_page else 'Search...' %}