File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ author: Your Name
9
9
description : > # "Write an awesome description for your new site here.
10
10
You can edit this line in _config.yml. It will appear in your document
11
11
head meta (for Google search results) and in your feed.xml site
12
- description."
12
+ description.
13
+ copyright : ' Copyright © 2015 Your Name. All Rights Reserved.'
14
+ credits : ' Credits: Landing Page is a free to use, open source Bootstrap theme created by <a href="http://startbootstrap.com/">Start Bootstrap</a>.'
13
15
14
16
# ----------------------- #
15
17
# Jekyll & Plugins #
Original file line number Diff line number Diff line change 20
20
< a href ="#contact "> Contact</ a >
21
21
</ li >
22
22
</ ul >
23
- < p class ="copyright text-muted small "> Copyright © {{ site.title }} All Rights Reserved </ p >
23
+ < p class ="copyright text-muted small "> {{ site.copyright }}</ p >
24
24
</ div >
25
25
< div class ="col-md-4 ">
26
- Credits: Landing Page is a free to use, open source Bootstrap theme created by < a href =" http://startbootstrap.com/ " > Start Bootstrap </ a > .
26
+ {{ site.credits }}
27
27
</ div >
28
28
</ div >
29
29
</ div >
You can’t perform that action at this time.
0 commit comments