Skip to content

Commit

Permalink
更新情報
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiTominaga committed Sep 18, 2024
1 parent 3ecaf6f commit 49ee837
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions astro/src/pages/kumeta/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ const slugger = new GithubSlugger();
</header>
<div class="p-top-update__main">
<ul class="p-top-update-list">
<TopUpdate date="2024-09-18">
<p><a href="/kumeta/library/manga">メディア紹介 — 漫画雑誌</a>に「週刊少年サンデー 2024年28号」「週刊少年サンデー 2024年41号」を追加</p>
<p><a href="/kumeta/library/book">メディア紹介 — 図書、一般雑誌</a>に「GyAO Magazine No.004」(2006年)、「まんが秘宝 男のための青春まんがクロニクル」(2013年)を追加</p>
</TopUpdate>
<TopUpdate date="2024-08-17">
<p><a href="/kumeta/library/newspaper">メディア紹介 — 新聞</a>に「朝日新聞 2007年5月20日 朝刊」「埼玉新聞 2010年6月27日」「西日本新聞 2017年9月25日 夕刊」「北國新聞 2024年6月21日 夕刊」「毎日新聞 2024年6月22日 朝刊」「埼玉新聞 2024年6月22日」「中国新聞 2024年6月22日」「東京新聞 2024年8月3日 朝刊」「日本経済新聞 2024年8月3日 夕刊」を追加</p>
</TopUpdate>
Expand All @@ -137,10 +141,6 @@ const slugger = new GithubSlugger();
<p><a href="/kumeta/library/newspaper">メディア紹介 — 新聞</a>に「読売新聞 2002年3月23日 夕刊」「中日新聞 2009年2月10日 夕刊」「東京新聞 2009年3月16日 朝刊」「日本経済新聞 2010年5月23日 朝刊」「読売新聞 2010年6月28日 夕刊」「読売新聞 2015年7月27日 夕刊」、およびレクサス盗難に関する各紙報道(2024年6月21日〜23日)を追加</p>
<p><a href="/kumeta/library/web">メディア紹介 — Web</a>に「Re After Recording」第2回「かくしごと」(2024年6月27日)を追加</p>
</TopUpdate>
<TopUpdate date="2024-06-15">
<p><a href="/kumeta/library/manga">メディア紹介 — 漫画雑誌</a>に「ヤングマガジンサード 2018年 Vol.9」「少年サンデーS増刊 2022年1月号」を追加</p>
<p><a href="/kumeta/library/book">メディア紹介 — 図書、一般雑誌</a>に『吼えろペン』4巻、『吼えろペン』8巻、『鋼の錬金術師』18巻、および「空想科学「漫画」読本 3」「空想科学「漫画」読本 4」「声優グランプリ 2008年11月号」「別冊カドカワ 総力特集 乃木坂46 vol.03」「ペイントロジック 2021年11月号(Vol.130)」「週刊ファミ通 2022年10月27日号」を追加</p>
</TopUpdate>
</ul>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion astro/src/pages/kumeta/library/manga.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type { StructuredData } from '@type/types.js';
const structuredData: StructuredData = {
title: '久米田康治作品の漫画雑誌での紹介例',
heading: 'メディア紹介 — 漫画雑誌',
dateModified: dayjs('2024-09-13'),
dateModified: dayjs('2024-09-18'),
description: '漫画雑誌において久米田作品がカラー掲載されたり、企画記事が載ったりするなど、通常の連載以外で注目すべき事例のリストです。',
breadcrumb: [{ path: '/kumeta/', name: '久米田康治データベース' }],
localNav: {
Expand Down

0 comments on commit 49ee837

Please sign in to comment.