Skip to content

Commit

Permalink
Updating meta-tags, adding favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
dchantzis committed May 31, 2016
1 parent 3affa6e commit ad018cb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/meta-tags.html
Expand Up @@ -4,7 +4,7 @@

<meta property="og:type" content="website">
<meta property="og:title" content="{% if nil != page.titleBefore %}{{page.titleBefore}} · {% endif %}{% if nil != page.title %} {{page.title}} · {% endif %}{{site.title}}{% if nil != page.titleAfter %} · {{page.titleAfter}} {% endif %}">
<meta property="og:image" content="{{site.baseurl}}{{ page.image }}">
<meta property="og:image" content="{{site.url}}/assets/img/logo-fb.png">
<meta property="og:description" content="{% if page.meta %}{{ page.meta }}{% else %}{{ site.description }}{% endif %}">
<meta property="og:url" content="{{site.url}}{{page.url}}">
<meta property="og:site_name" content="{{site.title}}">
Expand All @@ -13,7 +13,7 @@
<meta name="twitter:title" content="{% if nil != page.titleBefore %}{{page.titleBefore}} · {% endif %}{% if nil != page.title %} {{page.title}} · {% endif %}{{site.title}}{% if nil != page.titleAfter %} · {{page.titleAfter}} {% endif %}">
<meta name="twitter:url" content="{{site.url}}{{page.url}}">
<meta name="twitter:description" content="{% if page.meta %}{{page.meta}}{% else %}{{site.description}}{% endif %}">
<meta name="twitter:image" content="{{site.baseurl}}/assets/img/logo-120.png">
<meta name="twitter:image" content="{{site.url}}/assets/img/logo-tw.png">

{% for social in site.social %}
{% assign social.provider == social.provider | downcase %}
Expand Down
Binary file added assets/img/logo-fb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo-tw.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-144.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-152.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.

0 comments on commit ad018cb

Please sign in to comment.