Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Hide JetPack footer
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Dixon <brendandixon@me.com>
  • Loading branch information
brendandixon committed May 4, 2018
1 parent 5585989 commit 0c75c88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
Author: Brendan Dixon
Author URI: http://thegatherings.place/
Description: Description
Version: 1.1.9
Version: 1.1.10
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thegatherings
Expand All @@ -22,3 +22,8 @@ Underscores is distributed under the terms of the GNU GPL v2 or later.
@import "modules/modules";
@import "bootstrap/bootstrap";
@import "content/content";

// Forever hide the silly JetPack infinite scroll footer
#infinite-footer {
display: none;
}
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
Author: Brendan Dixon
Author URI: http://thegatherings.place/
Description: Description
Version: 1.1.9
Version: 1.1.10
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thegatherings
Expand Down Expand Up @@ -294,3 +294,6 @@ nav a {
.social a {
display: inline-block;
margin: 0 0.2rem; }

#infinite-footer {
display: none; }

0 comments on commit 0c75c88

Please # to comment.