Skip to content

Commit e721d2b

Browse files
committed
Fixed issue with sharing blog page on fb
1 parent 9dbf2dd commit e721d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h4 class="category">{{ page.date | date: "%b" }} {{ page.date | date: "%d" }},
7272
<div class="social-icons box-content">
7373
<ul class="icons global-text-color-icons">
7474
<li>
75-
<a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ site.baseurl }}{{ page.url }}"
75+
<a href="https://www.facebook.com/sharer/sharer.php?u=https://polymathic-ai.org{{ site.baseurl }}{{ page.url }}"
7676
onclick="window.open(this.href, 'facebook-share', 'width=550,height=255');return false;">
7777
<i class="fi flaticon-facebook"></i>
7878
</a>

0 commit comments

Comments
 (0)