Skip to content

Commit

Permalink
twitter cards
Browse files Browse the repository at this point in the history
  • Loading branch information
clarklab committed May 19, 2015
1 parent ecbc6be commit f093794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<meta name="twitter:description" content="Chowdown">
{% endif %}
{% if page.image %}
<meta name="twitter:image:src" content="{{ site.url }}/images/{{ page.image }}">
<meta name="twitter:image:src" content="{{ baseurl }}/images/{{ page.image }}">
{% else %}
<meta name="twitter:image:src" content="{{ site.url }}/images/crockpot-buffalo-chicken.jpg">
<meta name="twitter:image:src" content="{{ baseurl }}/images/crockpot-buffalo-chicken.jpg">
{% endif %}

</head>
4 changes: 2 additions & 2 deletions _site/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Tue, 19 May 2015 04:22:15 +0000</pubDate>
<lastBuildDate>Tue, 19 May 2015 04:22:15 +0000</lastBuildDate>
<pubDate>Tue, 19 May 2015 04:23:17 +0000</pubDate>
<lastBuildDate>Tue, 19 May 2015 04:23:17 +0000</lastBuildDate>
<generator>Jekyll v2.5.3</generator>

<item>
Expand Down

0 comments on commit f093794

Please sign in to comment.