Merge pull request #25 from SegFaultAX/tagline-option
Site-wide configuration option for tagline
This commit is contained in:
commit
e99e752a27
3 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ Thumbs.db
|
|||
!.gitkeep
|
||||
|
||||
.rbenv-version
|
||||
.rvmrc
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<div class="contact">
|
||||
<p>
|
||||
{{ site.author.name }}<br />
|
||||
tagline<br />
|
||||
{{ site.tagline }}<br />
|
||||
{{ site.author.email }}
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue