diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-15 22:50:01 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-15 22:50:01 -0400 |
commit | b0405cc3c2f901e20d8aa0bc1ed8c499065f0c8b (patch) | |
tree | df8800a6a4dd045faa5ab99e1919e5bda8442b22 /themes/classic/source/_includes | |
parent | ab29d45ae81760e82a6715a41674f58c3f51683a (diff) | |
download | my_new_personal_website-b0405cc3c2f901e20d8aa0bc1ed8c499065f0c8b.tar.xz my_new_personal_website-b0405cc3c2f901e20d8aa0bc1ed8c499065f0c8b.zip |
1. Some general styling improvements especially for syntax and navigation
2. JS line numbering now supports embedded gists
3. Added a favicon
Diffstat (limited to 'themes/classic/source/_includes')
-rw-r--r-- | themes/classic/source/_includes/head.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/classic/source/_includes/head.html b/themes/classic/source/_includes/head.html index bf93b7b6..d97a6a0a 100644 --- a/themes/classic/source/_includes/head.html +++ b/themes/classic/source/_includes/head.html @@ -23,10 +23,13 @@ <meta name="keywords" content="{{page.keywords}}"/> {% endif %} + <link href="/images/favicon.png" rel="shortcut icon" /> <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> <script src="/javascripts/modernizr-2.0.js"></script> <script src="/javascripts/ender.js"></script> <script src="/javascripts/octopress.js" type="text/javascript"></script> + <link href='http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'> + <link href='http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'> {% include google_analytics.html %} <link href="/atom.xml" rel="alternate" title="{{site.title}}" type="application/atom+xml"/> </head> |