Skip to content

Commit

Permalink
Update subtitle in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed May 18, 2014
1 parent 3b6367f commit e5c8cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/index.jade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
layout: index
description: Hexo is a fast, simple & powerful blog framework powered by Node.js
subtitle: Node.js blog framework
---
.intro-wrap
.outer
Expand Down
2 changes: 1 addition & 1 deletion themes/hexo3/layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title><% if (page.title){ %><%= page.title %> | Hexo<% } else { %>Hexo - <%= config.subtitle %><% } %></title>
<title><% if (page.title){ %><%= page.title %> | Hexo<% } else { %>Hexo - <%= page.subtitle || config.subtitle %><% } %></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="canonical" href="<%- page.permalink %>">
<link rel="shortcut icon" href="<%- config.root %>favicon.ico">
Expand Down

0 comments on commit e5c8cab

Please sign in to comment.