Skip to content

Instantly share code, notes, and snippets.

@nunocodex
Created August 26, 2014 16:40
Show Gist options
  • Save nunocodex/08fe419169352a31b097 to your computer and use it in GitHub Desktop.
Save nunocodex/08fe419169352a31b097 to your computer and use it in GitHub Desktop.
Remove page title from meta tag
<title><?php if(!$page->isHomePage()) : ?><?php echo html($page->title()) ?> | <?php endif; ?><?php echo html($site->title()) ?></title>
<title><?php echo html($page->title()) ?> | <?php echo html($site->title()) ?></title>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment