diff --git a/_config.yml b/_config.yml index b70761a..4f0a1d6 100644 --- a/_config.yml +++ b/_config.yml @@ -174,10 +174,10 @@ ticketsOffers: # Footer socialLinks: - - {link: "https://plus.google.com/b/102444623953913144164", icon: "google-plus"} - - {link: "https://twitter.com/intent/user?screen_name=GDGLviv", icon: "twitter"} - - {link: "https://facebook.com/GDGLviv", icon: "facebook"} - - {permalink: "/feed.xml", icon: "rss"} +# - {link: "https://plus.google.com/b/102444623953913144164", icon: "google-plus"} +# - {link: "https://twitter.com/intent/user?screen_name=GDGLviv", icon: "twitter"} +# - {link: "https://facebook.com/GDGLviv", icon: "facebook"} +# - {permalink: "/feed.xml", icon: "rss"} footerBlocks: # - # title: "Links" diff --git a/_sass/partials/_base.scss b/_sass/partials/_base.scss index 74a1bf2..7cd2a65 100644 --- a/_sass/partials/_base.scss +++ b/_sass/partials/_base.scss @@ -52,6 +52,6 @@ $long-cubic-transition: all .5s cubic-bezier(0.175, 0.885, 0.320, 1.275); // Path $image-dir: "../img"; $sprites-dir: $image-dir + "/sprites"; -$logos-sprite: $sprites-dir + "/logos.svg"; +$logos-sprite: $sprites-dir + "/logo.png"; @import "modules/all"; \ No newline at end of file