Skip to content

Commit

Permalink
Merge pull request #294 from pastak/patch-1
Browse files Browse the repository at this point in the history
data-nosnippetを設定してスニペット表示されたくないことを意思表示する
  • Loading branch information
kfly8 authored Feb 5, 2024
2 parents 990023d + 1c01adc commit 2098d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2024hiroshima/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</section>


<section class="section flex flex-col items-center gap-[50px]" id="guest-speakers">
<section class="section flex flex-col items-center gap-[50px]" id="guest-speakers" data-nosnippet>
<h2 class="en-serif-bold text-5xl sm:text-7xl md:text-8xl text-center">
GUEST SPEAKERS
</h2>
Expand All @@ -103,7 +103,7 @@
</div>
</section>

<section class="section flex flex-col items-center gap-[50px]">
<section class="section flex flex-col items-center gap-[50px]" data-nosnippet>
<h2 class="en-serif-bold text-5xl sm:text-7xl md:text-8xl text-center">
特別企画
</h2>
Expand Down

0 comments on commit 2098d56

Please sign in to comment.