From 16a947b9e63abf83499544ca03e2f7c8f31a5d09 Mon Sep 17 00:00:00 2001 From: Sergey Sokurenko Date: Sun, 16 Nov 2014 20:09:02 +0200 Subject: [PATCH] Added footer settings to the config: location, social and credits block titles, copyright, credits block content --- _config.yml | 10 ++++++++++ _includes/footer.html | 10 +++++----- 2 files changed, 15 insertions(+), 5 deletions(-) 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' }}