Skip to content

Commit

Permalink
Merge pull request #715 from slimphp/update-share-footer
Browse files Browse the repository at this point in the history
Update Share footer block
  • Loading branch information
akrabat committed Jun 14, 2024
2 parents b53ceca + 6e067fa commit 81a968e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/assets/css/all.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
<link rel="shortcut icon" href="/assets/images/favicon.png"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css"/>
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<script src="https://use.typekit.net/yjz4fyo.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
Expand Down
3 changes: 1 addition & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ <h1 class="note-title">{{ page.title }}</h1>
<footer class="note-footer well">
<h3 class="share-title">Share with your friends!</h3>
<div class="share">
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&amp;url={{ site.url }}{{ page.url }}&amp;via=slimphp" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://x.com/intent/tweet?text={{ page.title }}&amp;url={{ site.url }}{{ page.url }}&amp;via=slimphp@amp;hashtags=php.slimphp" target="_blank"><i class="fa fa-x-twitter"></i></a>
<a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}"><i class="fa fa-facebook-official" target="_blank"></i></a>
<a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" target="_blank"><i class="fa fa-google-plus"></i></a>
</div>
</footer>
</article>
Expand Down

0 comments on commit 81a968e

Please sign in to comment.