Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenramon committed Jun 26, 2017
1 parent e493528 commit 0dcb47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>{{ page.title }}</h1>
</div>

<div class="article-share">
{% assign page_title = page.title | truncate '110' | cgi_escape %}
{% assign page_title = page.title | truncate 110 | cgi_escape %}
{% capture twitter-share-text %}
{{ page_title }} - {{ page.url | absolute_url }}{% if site.social.twitter %} by @{{ site.social.twitter }}{% endif %}
{% endcapture %}
Expand Down

0 comments on commit 0dcb47a

Please sign in to comment.