aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/custom
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-31 12:27:25 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-31 12:27:25 -0400
commitd344a8c7ace65cdd50166750b451c81851317834 (patch)
tree7190df167f55279ae8a2ea7842004d4ad2c98e7d /.themes/classic/source/_includes/custom
parent3525825e906d0aab6199231cea48f248b04013e5 (diff)
downloadmy_new_personal_website-d344a8c7ace65cdd50166750b451c81851317834.tar.xz
my_new_personal_website-d344a8c7ace65cdd50166750b451c81851317834.zip
added support for custom includes
Diffstat (limited to '.themes/classic/source/_includes/custom')
-rw-r--r--.themes/classic/source/_includes/custom/asides/about.html4
-rw-r--r--.themes/classic/source/_includes/custom/head.html3
2 files changed, 7 insertions, 0 deletions
diff --git a/.themes/classic/source/_includes/custom/asides/about.html b/.themes/classic/source/_includes/custom/asides/about.html
new file mode 100644
index 00000000..59d309e4
--- /dev/null
+++ b/.themes/classic/source/_includes/custom/asides/about.html
@@ -0,0 +1,4 @@
+<section>
+ <h1>About Me</h1>
+ <p>A little something about me.</p>
+</section>
diff --git a/.themes/classic/source/_includes/custom/head.html b/.themes/classic/source/_includes/custom/head.html
new file mode 100644
index 00000000..15a6d9d7
--- /dev/null
+++ b/.themes/classic/source/_includes/custom/head.html
@@ -0,0 +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'>