diff --git a/_config.yml b/_config.yml
index 93bf2914761..b93c45e7e8a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -69,7 +69,7 @@ titlecase: true # Converts page and post titles to titlecase
# list each of the sidebar modules you want to include, in the order you want them to appear.
# To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html'
-default_asides: [post/sharing.html, asides/recent_posts.html, asides/github.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html]
+default_asides: [post/sharing.html, asides/recent_posts.html]
# Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below
# and add an array with the asides you want to use.
diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss
index 04caff49099..9a1a73a3c58 100644
--- a/sass/custom/_paulus.scss
+++ b/sass/custom/_paulus.scss
@@ -186,6 +186,10 @@ p.note {
}
+#site-search .search {
+ width: calc(100% - 36px);
+}
+
.install-instructions-container {
#normal-install, #raspberry-install, #docker-install, .install-instructions {
display: none;
diff --git a/source/_includes/asides/about.html b/source/_includes/asides/about.html
new file mode 100644
index 00000000000..fe95f143c5a
--- /dev/null
+++ b/source/_includes/asides/about.html
@@ -0,0 +1,11 @@
+
+
About Home Assistant
+
+
+ Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
+
{% for post in site.posts limit: site.recent_posts %}
{% if post.url != page.url %}
diff --git a/source/_includes/asides/search.html b/source/_includes/asides/search.html
new file mode 100644
index 00000000000..705879c1cd2
--- /dev/null
+++ b/source/_includes/asides/search.html
@@ -0,0 +1,7 @@
+
+
+
diff --git a/source/_includes/custom/welcome.html b/source/_includes/custom/welcome.html
index d4d6aa18b44..a601d474d31 100644
--- a/source/_includes/custom/welcome.html
+++ b/source/_includes/custom/welcome.html
@@ -7,7 +7,7 @@ Home Assistant is an open-source home automation platform running on Python 3. T