We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 266475e + 9ba7f1b commit e99e752Copy full SHA for e99e752
3 files changed
.gitignore
@@ -6,3 +6,4 @@ Thumbs.db
6
!.gitkeep
7
8
.rbenv-version
9
+.rvmrc
_config.yml
@@ -10,6 +10,7 @@ pygments: true
10
# so be sure to set them if your theme uses them.
11
#
12
title : Jekyll Bootstrap
13
+tagline: Site Tagline
14
author :
15
name : Name Lastname
16
email : blah@email.test
@@ -103,4 +104,4 @@ JB :
103
104
# and include your custom code. Your custom file must be defined at:
105
# ./_includes/custom/[HELPER]
106
# where [HELPER] is the name of the helper you are overriding.
-
107
+
_includes/themes/tom/default.html
@@ -33,7 +33,7 @@
33
<div class="contact">
34
<p>
35
{{ site.author.name }}<br />
36
- tagline<br />
+ {{ site.tagline }}<br />
37
{{ site.author.email }}
38
</p>
39
</div>
0 commit comments