Skip to content

Commit d7aa889

Browse files
committed
Update
1 parent 9cc8372 commit d7aa889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ <h1 class="font-public-sans font-bold text-6xl sm:text-8xl md:text-[120px] mb-4
125125
// 'url(https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExOGliYmcxOWltOHRuZmR2aXdyd3Rsc2V0b3h6aThjMTIzbGU5MmRobCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/RinDK3M9VVPclvxfKo/giphy.gif)',
126126
// 'url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExcmNlMTBpZzU2MHl6NWIyZ2M1YnN1bGg1ZTJ5eXdqeGFzZmxrOGl2ZyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/l0IyhNlpfmQtjkuDC/giphy.gif)',
127127
// 'url(https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExeXJxbWRrdGgyZ3lzd2VoOWg4dXp0dGtubXE2ZG92azNwZXJ3YnpveiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/OASauXvaI5dadxxVDC/giphy.gif)',
128+
128129
'url(https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExdTl4dTdsYXgwYmVqb3p1eGt5cW0wNTZlcjE4dnc5dzc5NXFmeTEwaiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5w6wPYD9xGiqDRcfnm/giphy.gif)',
129-
'url(https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExd29keGFvemQ5Nzd5Z2Z6eWhpZjUxOThxdHBtZnlmYW92M3RjdWIxcSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/W5KCGO6NeKJTL1UGL3/giphy.gif)',
130130
'url(https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExOTlueXllMmF0YzYxMjY5aHY1b3JpNHJ3NmZpZWgxcnliaTVmbHZtbCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/h6IEWL7c19SS6Yn1FM/giphy.gif)',
131131
'url(https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExajBxOWE4NWI3YnllaDlrNGF1YzdqdzN4ZnB1N2htMGV2bWowcGdkNyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/epRJD2s3WklPvxe5kM/giphy.gif)',
132132
'url(https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExZTBpMjhhbDlwMG15Zmd5Y2p4cXY0N3k1MzNra25xdTB1eXNzcXN5cCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/HlszHDwXM6r0mGlByr/giphy.gif)',

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div id="mobile-menu" class="hidden md:hidden mt-4 pb-4 space-y-4">
2525
<a href="/" class="block {{ if eq .RelPermalink "/" }}text-slate-800 font-medium{{ else }}text-gray-700 hover:text-slate-800{{ end }} transition">ホーム</a>
2626
<a href="/business/" class="block {{ if eq .Section "business" }}text-slate-800 font-medium{{ else }}text-gray-700 hover:text-slate-800{{ end }} transition">事業内容</a>
27-
<a href="/news/" class="block {{ if eq .Section "news" }}text-slate-800 font-medium{{ else }}text-gray-700 hover:text-slate-800{{ end }} transition">お知らせ</a>
27+
<!-- <a href="/news/" class="block {{ if eq .Section "news" }}text-slate-800 font-medium{{ else }}text-gray-700 hover:text-slate-800{{ end }} transition">お知らせ</a> -->
2828
<a href="/blog/" class="block {{ if eq .Section "blog" }}text-slate-800 font-medium{{ else }}text-gray-700 hover:text-slate-800{{ end }} transition">ブログ</a>
2929
<a href="/company/" class="block {{ if eq .Section "company" }}text-slate-800 font-medium{{ else }}text-gray-700 hover:text-slate-800{{ end }} transition">会社概要</a>
3030
</div>

0 commit comments

Comments
 (0)