tags for keywords
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
<meta property="og:description" content="{{ page.description }}" />
|
||||
{% endif %}
|
||||
|
||||
{% if page.tags %}
|
||||
<meta name="keywords" content="{{ page.tags|join(' ') }}" />
|
||||
{% endif %}
|
||||
|
||||
<link href="http://dpb587.me{% if page.url != '/index.html' %}{{ page.url }}{% endif %}" rel="canonical" />
|
||||
<meta property="og:title" content="{% if page.title == 'Home' %}Danny Berger{% else %}{{ page.title }}{% endif %}" />
|
||||
<meta property="og:url" content="http://dpb587.me{% if page.url != '/index.html' %}{{ page.url }}{% endif %}?utm_campaign=ref&utm_medium=def&utm_source=opengraph" />
|
||||
|
||||
Reference in New Issue
Block a user