Browse Source

Updating card (#35)

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Moxiegirl 6 years ago
committed by GitHub
parent
commit
90ab6f0eac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      _config.yml
  2. 1
      _includes/head.html
  3. BIN
      assets/img/touch-icon.png
  4. BIN
      assets/img/zero-to-dapp.png

1
_config.yml

@ -60,6 +60,7 @@ social:
twitter:
username: blockstack
image: /assets/img/touch-icon.png
card: summary
# Default footer image settings
footer:

1
_includes/head.html

@ -3,6 +3,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title | escape }}</title>
<!-- <meta name="twitter:image" content="{{ site.url }}/assets/img/touch-icon.png"> -->
{% seo title=false %}
<!-- <meta property="og:image" content="{% if site.brand.image contains 'http' %}{{ site.brand.image }}{% else %}{{ site.post_assets | url }}{{ site.brand.image }}{% endif %}"/> -->
<meta property="og:image" content="{{ "/assets/img/touch-icon.png" | relative_url }}"/>

BIN
assets/img/touch-icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
assets/img/zero-to-dapp.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Loading…
Cancel
Save