diff options
author | Frederic Hemberger <mail@frederic-hemberger.de> | 2011-09-21 15:01:23 +0200 |
---|---|---|
committer | Frederic Hemberger <mail@frederic-hemberger.de> | 2011-09-21 15:01:23 +0200 |
commit | 27c736bff5bd6687d3ca97282599670250c5801a (patch) | |
tree | 47d828ca181b6f5963fd7d60d2196496915e0756 /.themes/classic/source | |
parent | a9a901c1362f6a4d6004f445629077e7633abb28 (diff) | |
download | my_new_personal_website-27c736bff5bd6687d3ca97282599670250c5801a.tar.xz my_new_personal_website-27c736bff5bd6687d3ca97282599670250c5801a.zip |
Minor fixes
Diffstat (limited to '.themes/classic/source')
-rw-r--r-- | .themes/classic/source/_includes/asides/delicious.html | 2 | ||||
-rw-r--r-- | .themes/classic/source/_includes/custom/head.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.themes/classic/source/_includes/asides/delicious.html b/.themes/classic/source/_includes/asides/delicious.html index 307a2e94..560e4afa 100644 --- a/.themes/classic/source/_includes/asides/delicious.html +++ b/.themes/classic/source/_includes/asides/delicious.html @@ -1,7 +1,7 @@ {% if site.delicious_user %} <section> <h1>On Delicious</h1> - <script type="text/javascript" src="http://feeds.delicious.com/v2/js/{{ site.delicious_user }}?title=&count={{ site.delicious_count }}&sort=date&extended"></script> + <script type="text/javascript" src="http://feeds.delicious.com/v2/js/{{ site.delicious_user }}?title=&count={{ site.delicious_count }}&sort=date&extended"></script> <p><a href="http://delicious.com/{{ site.delicious_user }}">My Delicious Bookmarks »</a></p> </section> {% endif %} diff --git a/.themes/classic/source/_includes/custom/head.html b/.themes/classic/source/_includes/custom/head.html index 15a6d9d7..85879f4a 100644 --- a/.themes/classic/source/_includes/custom/head.html +++ b/.themes/classic/source/_includes/custom/head.html @@ -1,3 +1,3 @@ -<!--Fonts from Google's Web font directory at http://google.com/webfonts --> -<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'> +<!--Fonts from Google"s Web font directory at http://google.com/webfonts --> +<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"> |