Skip to content

Commit

Permalink
hide header description #32
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost committed Dec 9, 2023
1 parent 7eb02d0 commit 10181a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/default/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
<header>
<div class="container">
<div class="row margin-y-16-px text-center">
<a class="logo display-inline-block margin-b-8-px" href="{{ path('torrent_recent') }}">
<a class="logo display-inline-block{#32 margin-b-8-px #}" href="{{ path('torrent_recent') }}">
<span>YGG</span>tracker
</a>
{#32
<div class="font-size-10-px text-center text-color-night">
{{ '<a href="%s">Upload</a> any torrent - download with Yggdrasil' | trans | format(path('torrent_submit')) | raw }}
</div>
#}
{% block header_search %}
{{ render(controller(
'App\\Controller\\SearchController::module',
Expand Down

0 comments on commit 10181a0

Please sign in to comment.