We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d9bb3 commit 27ec514Copy full SHA for 27ec514
news.md
@@ -6,6 +6,16 @@ hero_subtitle: "NEWS"
6
7
<div class="bg-white py-16 px-4">
8
<div class="max-w-6xl mx-auto">
9
+ <!-- 戻るボタン -->
10
+ <div class="mb-8">
11
+ <a href="/" class="inline-flex items-center text-black hover:text-gray-700 font-bold">
12
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
13
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7" />
14
+ </svg>
15
+ トップページに戻る
16
+ </a>
17
+ </div>
18
+
19
{% assign news_posts = site.posts | where: "categories", "news" | sort: "date" | reverse %}
20
21
{% if news_posts.size > 0 %}
0 commit comments