diff --git a/_config.yml b/_config.yml index 3e4841c..1d250c5 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,13 @@ color: primary: 18bc9c #80B3FF secondary: 2c3e50 #FD6E8A secondary-dark: 233140 #A2122F + +# Footer settings +footer: + copyright: Dr. Henry Jekyll + location: Location + social: Around the Web + credits: Credits # Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) social: @@ -26,6 +33,9 @@ social: address: - line: 3481 Melrose Place - line: Beverly Hills, CA 90210 + +# Credits content +credits: 'Freelance is a free to use, open source Bootstrap theme created by Start Bootstrap.' # Build settings markdown: kramdown diff --git a/_includes/footer.html b/_includes/footer.html index 1e30c7f..a0b723d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,7 +4,7 @@
@@ -32,7 +32,7 @@
- Copyright © {{ site.title }} 20{{ site.time | date: '%y' }} + Copyright © {{ site.footer.copyright }} 20{{ site.time | date: '%y' }}
diff --git a/feed.xml b/feed.xml index 4d7f8a4..022378b 100644 --- a/feed.xml +++ b/feed.xml @@ -1,5 +1,5 @@ --- -layout: none +layout: null ---