From 5204c436bc237496962e064ca3701fc92ee60cb7 Mon Sep 17 00:00:00 2001 From: James Hamann Date: Tue, 3 Jul 2018 09:28:11 +0100 Subject: [PATCH] adds option to remove copyright text in config yml --- README.md | 2 ++ _config.yml | 2 ++ _includes/footer.html | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed2eda02..fc8cf6d6 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ name: Your Name email: your-email@example.com description: Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. +display_footer: inital #change this to 'none' if you want to hide the footer copyright text + theme: jekyll-material-theme parallax_image_one: assets/images/startup3.jpg # These are the images used for the parallax background diff --git a/_config.yml b/_config.yml index e907b100..d4bfd7a4 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,8 @@ description: Write an awesome description for your new site here. You can edit t baseurl: "/blog" url: "" +display_footer: inital #change this to 'none' if you want to hide the footer copyright text + parallax_image_one: assets/images/startup3.jpg # These are the images used for the parallax background parallax_image_two: assets/images/startup3.jpg diff --git a/_includes/footer.html b/_includes/footer.html index d3a42745..d6aa4658 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,8 +3,8 @@