Skip to content

fix: タイポを修正とOGPの画像を変更 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2024
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 @@ -26,8 +26,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/1200x630_03_date.jpg" />
<meta property="og:image" content="{{ site.url }}/img/{{ site.year }}/ogp/1200x630_03_date.jpg" />
<meta name="twitter:image" content="{{ site.url }}/img/{{ site.year }}/ogp/ogp.jpg" />
<meta property="og:image" content="{{ site.url }}/img/{{ site.year }}/ogp/ogp.jpg" />
{% endif %}

{% if page.url != "/" %}
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: default
<div class="container-fluid px-lg-5">
<div class="row align-items-end top-information">
<div class="col">
<p class="top-information_date">2024.09.15 OKAYMA</p>
<p class="top-information_date">2024.09.15 OKAYAMA</p>
<p class="top-information_leadcopy">CoderDojoコミュニティのカンファレンスイベント</p>
<div class="top-information_description">
<p>DojoCon Japanとは日本の CoderDojo コミュニティメンバーが全国から集まる、年に1度のカンファレンスイベント(CoderDojo Conference) です。</p>
Expand Down
Loading