Skip to content

Commit 03be79a

Browse files
authored
Merge pull request #9 from dotCMS/simfony-home-link
adds home link to simfony header for parity w/laravel
2 parents b5fc44f + ab4fa78 commit 03be79a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/dotcms-symfony/templates/dotcms/header.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<header class="container">
22
<div class="grid">
33
<div>
4-
<h1>{{ pageAsset.page.title }}</h1>
4+
<h1><a href="/" style="text-decoration:none; color:inherit;">TravelLux in Symfony</a></h1>
5+
{# or page title via {{ pageAsset.page.title }} #}
56
</div>
67
<div>
78
{% include 'dotcms/components/navigation.twig' with { 'navigation': navigation } %}

0 commit comments

Comments
 (0)