Skip to content

Commit

Permalink
Fixed logo link to use home URL
Browse files Browse the repository at this point in the history
(cherry picked from commit c3bfb27daa3e89cc983332c5019dd5289fdea082)
  • Loading branch information
timknight authored and gizmecano committed Feb 11, 2020
1 parent afc4174 commit f7fd4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{% set home = pages.find(config.system.home.alias) %}

{% block header %}
<a href="{{ base_url_relative }}" class="logo-readium"><span class="logo" style="background-image: url({{ base_url_relative }}{{ site.logo }})"></span></a>
<a href="{{ home.url }}" class="logo-readium"><span class="logo" style="background-image: url({{ base_url_relative }}{{ site.logo }})"></span></a>
{% endblock %}

<!-- content start -->
Expand Down

0 comments on commit f7fd4cd

Please sign in to comment.