Skip to content

Commit

Permalink
remove section title from <title>
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Oct 24, 2016
1 parent 09ffcee commit 84312be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/aframe/layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<% var delimiter = '' %>
<% var projectTitle = config.title + delimiter + config.subtitle %>
<% var sectionTitle = isDocs ? ' Docs ' + delimiter : '' %>
<% var pageTitle = page.title ? page.title + delimiter + sectionTitle : '' %>
<% var pageTitle = page.title ? page.title + delimiter : '' %>

<!DOCTYPE html>
<html lang="en"
Expand Down

0 comments on commit 84312be

Please sign in to comment.