diff --git a/_config.yml b/_config.yml index b93c45e7e8a..068251ebebe 100644 --- a/_config.yml +++ b/_config.yml @@ -67,10 +67,6 @@ excerpt_separator: "" 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] - # 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. # blog_index_asides: @@ -130,4 +126,4 @@ social: app_id: 338291289691179 twitter: - account: balloob + account: home_assistant diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 9a1a73a3c58..fb81b3c8739 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -186,6 +186,20 @@ p.note { } +.copyright { + text-align: center; + + i { + font-size: 2.2em; + margin-right: 8px; + } + .credit { + text-align: left; + display: inline-block; + font-size: .8em; + } +} + #site-search .search { width: calc(100% - 36px); } diff --git a/source/_includes/asides/about.html b/source/_includes/asides/about.html index fe95f143c5a..c8129671e7f 100644 --- a/source/_includes/asides/about.html +++ b/source/_includes/asides/about.html @@ -5,7 +5,8 @@ Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.