Add SEO stuff

- <head> related SEO
- Twitter Cards and Open Graph metas
- Webmaster tool verifications
This commit is contained in:
Michael Rose
2016-02-23 00:17:39 -05:00
parent 7139d61c62
commit fec3508b5d
5 changed files with 167 additions and 44 deletions

View File

@ -10,7 +10,7 @@
<img src="{{ author.avatar | prepend: absurl }}" class="author-avatar" alt="{{ author.name }} photo">
{% endif %}
<h3 itemprop="name" class="author-name">{{ author.name }}</h3>
<h3 class="author-name">{{ author.name }}</h3>
{% if author.bio %}<p class="author-bio">{{ author.bio }}</p>{% endif %}
{% if author.email %}
<a href="mailto:{{ author.email }}" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Email</a>