diff --git a/sass/style.scss b/sass/style.scss index cd380a7..1af3cf7 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -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 @@ -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; +} diff --git a/style.css b/style.css index c3611b0..dfa40e7 100644 --- a/style.css +++ b/style.css @@ -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 @@ -294,3 +294,6 @@ nav a { .social a { display: inline-block; margin: 0 0.2rem; } + +#infinite-footer { + display: none; }