diff --git a/pelicanconf.py b/pelicanconf.py index f56f7fe0f..256acc52d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -56,8 +56,13 @@ if USE_EMAIL_THEME: PLUGINS = ['webassets'] else: + PLUGINS = ['webassets', 'neighbors'] + """ + Search functionality disabled while troubleshooting performance issues + for non-desktop readers. See https://github.com/rust-lang/this-week-in-rust/issues/4271 PLUGINS = ['webassets', 'neighbors', 'search'] SEARCH_HTML_SELECTOR = "article" + """ MARKDOWN = { 'extension_configs': { diff --git a/themes/rusted/templates/base.html b/themes/rusted/templates/base.html index 57090a8a3..4e730ae23 100644 --- a/themes/rusted/templates/base.html +++ b/themes/rusted/templates/base.html @@ -32,8 +32,9 @@ + {% assets filters="libsass,cssmin", output="css/web-min.css", "css/main.scss" %} diff --git a/themes/rusted/templates/index.html b/themes/rusted/templates/index.html index 3a26a1119..7c24b223f 100644 --- a/themes/rusted/templates/index.html +++ b/themes/rusted/templates/index.html @@ -27,6 +27,7 @@

Handpicked Rust updates,
delivered to your inbox.

+ {% endblock content %}