Skip to content

Commit 2fdfd4d

Browse files
committed
Add hidden suffix to title for better search result
1 parent df0466c commit 2fdfd4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/podcasts/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="container" style="line-height: 1.9em;">
2828
<section class="doc" style="padding: 50px 0px 50px 0px;">
2929
<div class='episode'>
30-
<h1 id='title'>📻 <%= @title %></h1>
30+
<h1 id='title'>📻 <%= @title %><span style='display: none;'> - DojoCast</span></h1>
3131
<div style='text-align: center; margin-bottom: 60px;'>収録日: <%= @date %></div>
3232

3333
<iframe class="lazyload" src="https://anchor.fm/coderdojo-japan/embed/episodes/<%= @episode.permalink %>" width="100%" scrolling="no" frameborder="yes" style='margin-bottom: 30px;'></iframe>

public/podcasts/30.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src='/podcasts/30.png' alt='Cover Photo'>
77
</a>
88
<div class='btn-cover'>
9-
<a class='btn-blue' href='https://www.youtube.com/watch?v=j4Us2yBqT2k&list=PL94GDfaSQTmJxxnapafkApHYgQUJ6ABUU&index=30' target='_blank' rel='noopenner'><i class='fa fa-youtube'></i> YouTube で聴く </a>
9+
<a class='btn-blue' href='http <!--<a href='#shownote'><i class="fa-solid fa-message-pen" style='color: #2275ca;'></i></a>-->s://www.youtube.com/watch?v=j4Us2yBqT2k&list=PL94GDfaSQTmJxxnapafkApHYgQUJ6ABUU&index=30' target='_blank' rel='noopenner'><i class='fa fa-youtube'></i> YouTube で聴く </a>
1010
<a class='btn-blue' href='https://podcasters.spotify.com/pod/show/coderdojo-japan/episodes/030---Microbit---CoderDojo-e1s61rm' target='_blank' rel='noopenner'><i class='fas fa-podcast'></i> Podcast で聴く </a>
1111
</div>
1212
</div>

0 commit comments

Comments
 (0)