summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMichael-Keith Bernard <mkbernard.dev@gmail.com>2012-01-29 17:18:39 -0800
committerMichael-Keith Bernard <mkbernard.dev@gmail.com>2012-01-29 17:54:37 -0800
commit9ba7f1b3ebd91ab8a4013b45c6458f60bb8872e6 (patch)
treea0008ac7b8c338497b49c47e1d99f5e59346f062 /_includes
parent266475ee790761eb1e0e73ffaaf3ee0422633233 (diff)
Adding a site-wide configuration option for tagline. The twitter theme will
still explicitly require a per-page tagline. Adding rvmrc to gitignore for those of us still using Ruby Version Manager.
Diffstat (limited to '_includes')
-rw-r--r--_includes/themes/tom/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/themes/tom/default.html b/_includes/themes/tom/default.html
index 1475ad4..8e1d878 100644
--- a/_includes/themes/tom/default.html
+++ b/_includes/themes/tom/default.html
@@ -33,7 +33,7 @@
<div class="contact">
<p>
{{ site.author.name }}<br />
- tagline<br />
+ {{ site.tagline }}<br />
{{ site.author.email }}
</p>
</div>