Skip to content

Commit

Permalink
Merge pull request #50 from InnerSourceCommons/feature/add-ogp-twitter
Browse files Browse the repository at this point in the history
OGP/Twitterメタデータ出力追加
  • Loading branch information
jimmysharp authored May 13, 2024
2 parents ef36b86 + 8f259f9 commit 81eed37
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions themes/gathering-theme/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@
<link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
<link rel="icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">

{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}

</head>
3 changes: 2 additions & 1 deletion tokyo-2024/archetypes/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
images:
- "images/ogp/ogp.png"
---

2 changes: 1 addition & 1 deletion tokyo-2024/content/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
title: "About"
date: 2024-01-10T13:51:25+06:00
draft: false
description: "this is meta description"
description: "インナーソースとは"
bg_image: "images/gathering-images/gathering-2-dark.jpg"
---
2 changes: 1 addition & 1 deletion tokyo-2024/content/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
title: "よくある質問"
date: 2019-09-10T13:51:25+06:00
draft: false
description: "this is meta description"
description: "InnerSource Gathering のよくある質問"
bg_image: "images/gathering-images/gathering-1-dark.jpg"
---
2 changes: 1 addition & 1 deletion tokyo-2024/content/speaker/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Speakers"
date: 2019-09-10T13:51:25+06:00
draft: false
description: "this is meta description"
description: "登壇者のご紹介"
bg_image: "images/gathering-images/gathering-3-dark.jpg"
---

Expand Down
Binary file added tokyo-2024/static/images/ogp/ogp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81eed37

Please sign in to comment.