Skip to content

Commit bf0ed6a

Browse files
committed
Moved copyright and credits strings to the config.
1 parent edda6fa commit bf0ed6a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ author: Your Name
99
description: > # "Write an awesome description for your new site here.
1010
You can edit this line in _config.yml. It will appear in your document
1111
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>.'
1315

1416
# ----------------------- #
1517
# Jekyll & Plugins #

_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<a href="#contact">Contact</a>
2121
</li>
2222
</ul>
23-
<p class="copyright text-muted small">Copyright &copy; {{ site.title }} All Rights Reserved</p>
23+
<p class="copyright text-muted small">{{ site.copyright }}</p>
2424
</div>
2525
<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 }}
2727
</div>
2828
</div>
2929
</div>

0 commit comments

Comments
 (0)