Skip to content

Commit e99e752

Browse files
committed
Merge pull request #25 from SegFaultAX/tagline-option
Site-wide configuration option for tagline
2 parents 266475e + 9ba7f1b commit e99e752

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Thumbs.db
66
!.gitkeep
77

88
.rbenv-version
9+
.rvmrc

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pygments: true
1010
# so be sure to set them if your theme uses them.
1111
#
1212
title : Jekyll Bootstrap
13+
tagline: Site Tagline
1314
author :
1415
name : Name Lastname
1516
email : blah@email.test
@@ -103,4 +104,4 @@ JB :
103104
# and include your custom code. Your custom file must be defined at:
104105
# ./_includes/custom/[HELPER]
105106
# where [HELPER] is the name of the helper you are overriding.
106-
107+

_includes/themes/tom/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="contact">
3434
<p>
3535
{{ site.author.name }}<br />
36-
tagline<br />
36+
{{ site.tagline }}<br />
3737
{{ site.author.email }}
3838
</p>
3939
</div>

0 commit comments

Comments
 (0)