Browse Source

simpler head

Mark Otto 11 years ago
parent
commit
29623a9384
1 changed files with 2 additions and 4 deletions
  1. 2 4
      _includes/head.html

+ 2 - 4
_includes/head.html

@@ -7,17 +7,15 @@
 
   <title>
     {% if page.title %}
-      {{ page.title }}
+      {{ page.title }} &middot; {{ site.title }}
     {% else %}
-      {{ site.title }}
+      {{ site.title }} &middot; {{ site.tagline }}
     {% endif %}
-    &middot; {{ site.tagline }}
   </title>
 
   <!-- CSS -->
   <link rel="stylesheet" href="/public/css/poole.css">
   <link rel="stylesheet" href="/public/css/syntax.css">
-  <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700">
 
   <!-- Icons -->
   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">