fix blog asset method

This commit is contained in:
Danny Berger
2014-04-25 10:05:17 -07:00
parent 885fb1f6b3
commit a053ebfc41
2 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@
{% else %}
<meta name="twitter:card" content="summary">
{% if page.primary_image %}
<meta name="twitter:image:src" content="{{ page.primary_image }}">
<meta name="twitter:image:src" content="{{ site.asset_prefix }}{{ page.primary_image }}">
{% endif %}
{% endif %}