diff --git a/_includes/head.html b/_includes/head.html
index fec3f287ea6eb..5f26aeacb173b 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,149 +1,211 @@
-
- {% if {page.title %}{{ page.title }}{% else %}{{ site.title }} - {{ site.subtitle }}{% endif %}
-
-
-
-
-
-
-
- {% if page.noindex %}
-
- {% endif %}
- {% if page.title %}
-
-
- {% else %}
-
-
- {% endif %}
-
- {% if page.summary %}
-
- {% else %}
-
- {% endif %}
-
- {% if page.url %}
-
- {% endif %}
-
- {% if page.date %}
-
-
- {% endif %}
-
- {% if page.image %}
-
- {% endif %}
-
- {% if page.categories %}
- {% for category in page.categories limit:1 %}
-
- {% endfor %}
- {% endif %}
-
- {% if page.tags %}
- {% for tag in page.tags %}
-
- {% endfor %}
- {% endif %}
-
-
-
-
-
- {% if page.title %}
-
- {% else %}
-
- {% endif %}
-
- {% if page.url %}
-
- {% endif %}
-
- {% if page.description %}
-
- {% else %}
-
- {% endif %}
-
- {% if page.header-img %}
-
- {% endif %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {% if {page.title %}{{ page.title }}{% else %}{{ site.title }} - {{
+ site.subtitle }}{% endif %}
+
+
+
+
+
+
+
+
+ {% if page.noindex %}
+
+ {% endif %} {% if page.title %}
+
+
+ {% else %}
+
+
+ {% endif %} {% if page.summary %}
+
+ {% else %}
+
+ {% endif %} {% if page.url %}
+
+ {% endif %} {% if page.date %}
+
+
+ {% endif %} {% if page.image %}
+
+ {% endif %} {% if page.categories %} {% for category in page.categories
+ limit:1 %}
+
+ {% endfor %} {% endif %} {% if page.tags %} {% for tag in page.tags %}
+
+ {% endfor %} {% endif %}
+
+
+
+
+
+ {% if page.title %}
+
+ {% else %}
+
+ {% endif %}
+
+ {% if page.url %}
+
+ {% endif %} {% if page.description %}
+
+ {% else %}
+
+ {% endif %} {% if page.header-img %}
+
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
- {% if jekyll.environment == "production" %}
-
-
+
+
+
+ {% if jekyll.environment == "production" %}
- ga('create', '{{ site.google_analytics }}', 'auto');
- ga('send', 'pageview');
-
+
{% endif %}
-
-
\ No newline at end of file
+
diff --git a/_includes/share_page.html b/_includes/share_page.html
index c5a54c18a2f0f..b73c55e91a118 100644
--- a/_includes/share_page.html
+++ b/_includes/share_page.html
@@ -1,6 +1,36 @@
+
+
+
+
+
- Share this on →
-
-
-
+
Share this on →
+
+
Share
\ No newline at end of file
diff --git a/_sass/devlopr.scss b/_sass/devlopr.scss
index 35a81041db455..c623e833486ef 100644
--- a/_sass/devlopr.scss
+++ b/_sass/devlopr.scss
@@ -401,16 +401,11 @@ header {
border-radius: 5px;
margin: 1.5 * 1 * 0;
- a {
- font-weight: 700;
- color: #fff;
- margin-left: 10px;
-
- &:hover {
- border-bottom: 1px dashed #fff;
- }
+ .share-text{
+ color: var(--main-text-color);
}
}
+.fb_iframe_widget span{vertical-align:inherit !important;}
/* floating btn for buy me coffee */
#bmc-wbtn{