Skip to content

Commit

Permalink
improved linking
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillmer committed Jun 1, 2016
1 parent 954ed99 commit c70ee9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/authorinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% if author %}
{% if author.picture %}
<div class="author-image">
<div class="img image-bg" style="background-image: url({{author.picture | prepend: site.github.url}})"><a class="hidden" href="{{author.picture | prepend: site.url | prepend: site.baseurl}}" itemprop="image">{{author.name}}'s Picture</a></div>
<div class="img image-bg" style="background-image: url({{author.picture | prepend: site.github.url}})"><a class="hidden" href="{{author.picture | prepend: site.github.url | prepend: site.baseurl}}" itemprop="image">{{author.name}}'s Picture</a></div>
</div>
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion _includes/ogp.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta property="og:site_name" content="{{ site.title | escape }}" />
<meta property="og:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}" />

{% capture page_url %}{{ page.url | replace:'/index.html','/' | prepend: site.url | prepend: site.baseurl }}{% endcapture %}
{% capture page_url %}{{ page.url | replace:'/index.html','/' | prepend: site.github.url | prepend: site.baseurl }}{% endcapture %}
<meta property="og:url" content="{{ page_url }}" />

{% if page.author.url %}
Expand Down

0 comments on commit c70ee9d

Please sign in to comment.