Skip to content

Commit

Permalink
feat(amsf): add logo.png for Open Graph and Twitter Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Nov 28, 2016
1 parent 056e455 commit c3c8591
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _app/_includes/_amsf.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
{% endcomment %}
{% capture amsf_post_first_image %}
{% assign post_images = page.content | split: "<img " %}
{% assign hero_image = amsf_apple_touch_icon | prepend: amsf_site_base %}
{% assign hero_image = '/logo.png' | prepend: amsf_site_base %}
{% for image in post_images %}
{% if image contains "src=" %}
{% assign hero_image = image | split: ">" | first | match_regex: 'src="([^"]+)"' %}
Expand Down
Binary file added _app/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3c8591

Please sign in to comment.