Skip to content

Commit

Permalink
feat(titles): display dynamic <title> tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Nov 10, 2014
1 parent 337b39d commit 6f9fe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-TileImage" content="/dist/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/dist/favicons/browserconfig.xml">
<title>hood.ie</title>
<title>{% if page.title %}{{ page.title }} {% else %} hood.ie {% endif %}</title>
</head>

0 comments on commit 6f9fe1e

Please sign in to comment.