Skip to content
Snippets Groups Projects
Commit f5269f0e authored by Chris Gross's avatar Chris Gross
Browse files

render h1 titles on front page, even if when disabled

parent 1761eea6
No related branches found
Tags 1.6.1
No related merge requests found
......@@ -33,7 +33,7 @@
<?php endif; ?>
<div class="l-content" role="main">
<?php if (!$is_front && !empty($title)): ?>
<?php if (!empty($title)): ?>
<?php print render($title_prefix); ?>
<h1 <?php print $title_attributes; ?>><?php print $title; ?></h1>
<?php print render($title_suffix); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment