Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<meta name="twitter:image" content="{{ site.url }}{{ page.thumbnail }}" />
<meta property="og:image" content="{{ site.url }}{{ page.thumbnail }}" />
{% else %}
<meta name="twitter:image" content="{{ site.url }}/img/{{ site.year }}/ogp/ogp.jpg" />
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yearは不要かなと思ったので消していますが
なにか懸念あればおねがいします

<meta property="og:image" content="{{ site.url }}/img/{{ site.year }}/ogp/ogp.jpg" />
<meta name="twitter:image" content="{{ site.url }}/img/ogp/ogp.jpg" />
<meta property="og:image" content="{{ site.url }}/img/ogp/ogp.jpg" />
{% endif %}

{% if page.url != "/" %}
Expand Down
Binary file added img/ogp/ogp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.