Skip to content

Commit

Permalink
Merge pull request #16 from zenseact/share-to-research-url
Browse files Browse the repository at this point in the history
update social links to point to research.zenseact.com
  • Loading branch information
wljungbergh authored Mar 20, 2024
2 parents 04a9485 + 9f14704 commit fb40194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ plugins:
repository: zenseact/research-blog
remote_theme: mmistakes/[email protected]
title: Zenseact Research
url: https://zenseact.github.io
url: https://zenseact.github.io
hosted_url: https://research.zenseact.com
6 changes: 3 additions & 3 deletions _layouts/publication.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@ <h1 class="page-title">{{ page.title }}</h1>
<p class="publication__social__links__title">Share</p>
<ul class="publication__social__links publication__sharing_links">
<li class="publication__social__link">
<a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url }}"
<a href="https://www.facebook.com/sharer/sharer.php?u={{ site.hosted_url }}{{ page.url }}"
target="_blank" rel="noopener noreferrer">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="publication__social__link">
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url }}&title={{ page.title }}&summary=&source="
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ site.hosted_url }}{{ page.url }}&title={{ page.title }}&summary=&source="
target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li class="publication__social__link">
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ page.url | absolute_url }}"
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.hosted_url }}{{ page.url }}"
target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter"></i>
</a>
Expand Down

0 comments on commit fb40194

Please sign in to comment.