diff --git a/_layouts/main.html b/_layouts/main.html
index 1f8f301..18c5a32 100644
--- a/_layouts/main.html
+++ b/_layouts/main.html
@@ -22,9 +22,9 @@
{% endif %}
{% if site.social-github %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/_posts/2017-04-06-catnip.md b/_posts/2017-04-06-catnip.md
index f55b957..59385ae 100644
--- a/_posts/2017-04-06-catnip.md
+++ b/_posts/2017-04-06-catnip.md
@@ -12,6 +12,6 @@ and ideally you would like to have something that does semiauto derivation and p
You can find details at [Catnip's documentation](https://scalalandio.github.io/catnip/).
[![Build Status](https://travis-ci.org/scalalandio/catnip.svg?branch=master)](https://travis-ci.org/scalalandio/catnip)
-[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/catnip_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Ccatnip)
+[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/catnip_2.12.svg)](https://central.sonatype.com/search?q=catnip)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
-[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
+[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
diff --git a/_posts/2017-04-06-chimney.md b/_posts/2017-04-06-chimney.md
index ca696d2..e31e3c1 100644
--- a/_posts/2017-04-06-chimney.md
+++ b/_posts/2017-04-06-chimney.md
@@ -16,8 +16,8 @@ Chimney is a library transforming an instance of one case class to another, when
Take a look at [Chimney's documentation](https://scalalandio.github.io/chimney/).
[![Build Status](https://travis-ci.org/scalalandio/chimney.svg?branch=master)](https://travis-ci.org/scalalandio/chimney)
-[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/chimney_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cchimney)
+[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/chimney_2.12.svg)](https://central.sonatype.com/search?q=chimney)
[![Javadocs](https://www.javadoc.io/badge/io.scalaland/chimney_2.11.svg?color=red&label=scaladoc)](https://www.javadoc.io/doc/io.scalaland/chimney_2.11)
-[![codecov.io](http://codecov.io/github/scalalandio/chimney/coverage.svg?branch=master)](http://codecov.io/github/scalalandio/chimney?branch=master)
-[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![Join the chat at https://gitter.im/scalalandio/chimney](https://badges.gitter.im/scalalandio/chimney.svg)](https://gitter.im/scalalandio/chimney?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![codecov.io](https://codecov.io/github/scalalandio/chimney/coverage.svg?branch=master)](https://codecov.io/github/scalalandio/chimney?branch=master)
+[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) [![Join the chat at https://gitter.im/scalalandio/chimney](https://badges.gitter.im/scalalandio/chimney.svg)](https://gitter.im/scalalandio/chimney?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
diff --git a/_posts/2017-04-06-endpoints-elm.md b/_posts/2017-04-06-endpoints-elm.md
index 41bb53d..960e647 100644
--- a/_posts/2017-04-06-endpoints-elm.md
+++ b/_posts/2017-04-06-endpoints-elm.md
@@ -19,5 +19,5 @@ The project provides:
See also project [README](https://github.com/scalalandio/endpoints-elm/blob/master/README.md).
[![Build Status](https://travis-ci.org/scalalandio/endpoints-elm.svg?branch=master)](https://travis-ci.org/scalalandio/endpoints-elm)
-[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/endpoints-elm_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cendpoints-elm)
-[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
\ No newline at end of file
+[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/endpoints-elm_2.12.svg)](https://central.sonatype.com/search?q=endpoints-elm)
+[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
\ No newline at end of file
diff --git a/_posts/2017-04-06-endpoints-json-schema-macros.md b/_posts/2017-04-06-endpoints-json-schema-macros.md
index 1e7be82..7edc76f 100644
--- a/_posts/2017-04-06-endpoints-json-schema-macros.md
+++ b/_posts/2017-04-06-endpoints-json-schema-macros.md
@@ -7,7 +7,7 @@ description: Generic derivation based macros for JsonSchema type class of Scala
Generic derivation based macros for JsonSchema type class of Scala [endpoints library](https://github.com/julienrf/endpoints).
-Endpoints have [generic derivation of json schemas](http://julienrf.github.io/endpoints/algebras/json-schemas.html#generic-derivation-of-json-schemas)
+Endpoints have [generic derivation of json schemas](https://julienrf.github.io/endpoints/algebras/json-schemas.html#generic-derivation-of-json-schemas)
based on [Shapeless](https://github.com/milessabin/shapeless) library.
This project provides fully compatible, drop-in replacement that doesn't use Shapeless, but Scala macros directly.
diff --git a/_posts/2017-04-06-enumz.md b/_posts/2017-04-06-enumz.md
index ff577eb..2934763 100644
--- a/_posts/2017-04-06-enumz.md
+++ b/_posts/2017-04-06-enumz.md
@@ -21,6 +21,6 @@ With a type class.
You can find details at [Enumz's documentation](https://scalalandio.github.io/enumz/).
[![Build Status](https://travis-ci.org/scalalandio/enumz.svg?branch=master)](https://travis-ci.org/scalalandio/enumz)
-[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/enumz_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cenumz)
+[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/enumz_2.12.svg)](https://central.sonatype.com/search?q=enumz)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
-[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
+[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
diff --git a/_posts/2017-04-06-log4effect.md b/_posts/2017-04-06-log4effect.md
index 92bebb1..db65384 100644
--- a/_posts/2017-04-06-log4effect.md
+++ b/_posts/2017-04-06-log4effect.md
@@ -10,5 +10,5 @@ If you missed some syntax for logging with Cats Effect, then here it is.
You can find details at [log4effect's documentation](https://scalalandio.github.io/log4effect/).
[![https://travis-ci.org/scalalandio/log4effect](https://api.travis-ci.org/scalalandio/log4effect.svg?branch=master)](https://travis-ci.org/scalalandio/log4effect)
-[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/log4effect_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Clog4effect)
-[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
+[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/log4effect_2.12.svg)](https://central.sonatype.com/search?q=log4effect)
+[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
diff --git a/_posts/2017-04-06-ocdquery.md b/_posts/2017-04-06-ocdquery.md
index 0abd558..394d4ea 100644
--- a/_posts/2017-04-06-ocdquery.md
+++ b/_posts/2017-04-06-ocdquery.md
@@ -21,5 +21,5 @@ All returned results are [Doobie](https://tpolecat.github.io/doobie/) queries.
You can find details at [OCDQuery's documentation](https://scalalandio.github.io/ocdquery/).
[![Build Status](https://travis-ci.org/scalalandio/ocdquery.svg?branch=master)](https://travis-ci.org/scalalandio/ocdquery)
-[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/ocdquery-core_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cocdquery)
-[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
+[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/ocdquery-core_2.12.svg)](https://central.sonatype.com/search?q=ocdquery)
+[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
diff --git a/_posts/2017-04-06-pulp.md b/_posts/2017-04-06-pulp.md
index 2add984..a5cec81 100644
--- a/_posts/2017-04-06-pulp.md
+++ b/_posts/2017-04-06-pulp.md
@@ -10,6 +10,6 @@ If passing arguments explicily is below you and runtime reflection fill you with
You can find details at [Pulp's documentation](https://scalalandio.github.io/pulp/).
[![https://travis-ci.org/scalalandio/pulp](https://api.travis-ci.org/scalalandio/pulp.svg?branch=master)](https://travis-ci.org/scalalandio/pulp)
-[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/pulp_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cpulp)
+[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/pulp_2.12.svg)](https://central.sonatype.com/search?q=pulp)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
-[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
+[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)