summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--_config.yml3
-rw-r--r--_includes/themes/tom/default.html2
3 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index d7a8f1a..f27ec24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Thumbs.db
!.gitkeep
.rbenv-version
+.rvmrc
diff --git a/_config.yml b/_config.yml
index 70630ab..76c49f2 100644
--- a/_config.yml
+++ b/_config.yml
@@ -10,6 +10,7 @@ pygments: true
# so be sure to set them if your theme uses them.
#
title : Jekyll Bootstrap
+tagline: Site Tagline
author :
name : Name Lastname
email : blah@email.test
@@ -103,4 +104,4 @@ JB :
# and include your custom code. Your custom file must be defined at:
# ./_includes/custom/[HELPER]
# where [HELPER] is the name of the helper you are overriding.
- \ No newline at end of file
+
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>