Skip to content

Commit 5eda770

Browse files
authored
Make logo link to home page of docs.typo3.org
1 parent 0c1a6ab commit 5eda770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/partial/base/page_header.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="page-header-inner">
33
<div class="row">
44
<div class="col-sm-6 col-lg-7">
5-
<a class="logo" href="{{ path('index') }}" title="TYPO3 Documentation">
5+
<a class="logo" href="/" title="TYPO3 Documentation">
66
<img alt="TYPO3 Logo" class="logo-image"
77
height="130" src="https://typo3.azureedge.net/typo3documentation/theme/sphinx_typo3_theme/4.5.1/img/typo3-logo.svg" width="484"/>
88
</a>

0 commit comments

Comments
 (0)