refactor: remove og:image & obsolete links
This commit is contained in:
parent
d5a3174a94
commit
e99ab10064
1 changed files with 2 additions and 19 deletions
|
@ -19,23 +19,7 @@
|
|||
<meta property="article:published_time" content="{{page.date}}" />
|
||||
{% else %}
|
||||
<meta property="og:type" content="website" />
|
||||
{% endif %} {% if page.layout == 'home' %}
|
||||
<meta
|
||||
property="og:image"
|
||||
content="{{ '/assets/images/' | absolute_url }}ayo.png"
|
||||
/>
|
||||
{% elsif page.image %}
|
||||
<meta
|
||||
property="og:image"
|
||||
content="{{ '/assets/images/' | absolute_url }}{{ page.image }}.jpg"
|
||||
/>
|
||||
{% else %}
|
||||
<meta
|
||||
property="og:image"
|
||||
content="{{ '/assets/images/' | absolute_url }}ayo.png"
|
||||
/>
|
||||
{% endif %}
|
||||
|
||||
<meta property="og:site_name" content="{{site.title}}" />
|
||||
|
||||
<!--meta property="article:modified_time" content="2013-09-16T19:08:47+01:00" />
|
||||
|
@ -44,10 +28,9 @@
|
|||
|
||||
<link rel="me" href="https://ayco.io" />
|
||||
<link rel="me" href="https://ayo.ayco.io" />
|
||||
<link rel="me" href="https://ayos.blog" />
|
||||
<link rel="me" href="https://social.ayco.io/@ayo" />
|
||||
<link rel="me" href="https://mastodon.ph/@ayo" />
|
||||
<link rel="me" href="https://shrediverse.net/@ayo" />
|
||||
<link rel="me" href="https://stop.voring.me/@ayo" />
|
||||
<link rel="me" href="https://ayco.io/@ayo" />
|
||||
<link rel="me" href="https://metapixl.com/@ayo" />
|
||||
|
||||
<link rel="webmention" href="https://webmention.io/ayos.blog/webmention" />
|
||||
|
|
Loading…
Reference in a new issue