Index: themes/pub/wporg-apps/functions.php
===================================================================
--- themes/pub/wporg-apps/functions.php	(revision 2005)
+++ themes/pub/wporg-apps/functions.php	(working copy)
@@ -56,7 +56,10 @@
 		'comment-form',
 		'gallery',
 	) );
+
+		add_theme_support('title-tag');
 }
+
 endif; // wpmobileapps_setup
 add_action( 'after_setup_theme', 'wpmobileapps_setup' );
 
@@ -190,6 +193,13 @@
 add_filter( 'excerpt_length', 'wpmobileapps_excerpt_length' );
 
 /**
+ * Returns the title seprator.
+ */
+function wpmobileapps_title_separator(){
+	return '|';
+}
+
+/**
  * Remove Jetpack Likes on the grid page template.
  */
 function wpmobileapps_remove_likes() {
@@ -276,4 +286,3 @@
 		update_post_meta( $post_id, 'features_animation', $_POST['features_animation'] );
 }
 add_action( 'save_post', 'save_wpma_meta_information', 1, 2 );
-
Index: themes/pub/wporg-apps/header.php
===================================================================
--- themes/pub/wporg-apps/header.php	(revision 2005)
+++ themes/pub/wporg-apps/header.php	(working copy)
@@ -11,7 +11,6 @@
 <head>
 <meta charset="<?php bloginfo( 'charset' ); ?>">
 <meta name="viewport" content="width=device-width, initial-scale=1">
-<title><?php wp_title( '|', true, 'right' ); ?></title>
 <link rel="profile" href="http://gmpg.org/xfn/11">
 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
 
