Skip to content

Commit a0fc082

Browse files
committed
Link talk title
1 parent 3341f2f commit a0fc082

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

_layouts/meetup.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ <h2>Charlas</h2>
4242
{% assign speakers = speakers | push: site.data.people[speaker].name %}
4343
{% endfor %}
4444

45-
<h3>
46-
<span>{{ talk.title }}</span>
45+
<h3 id="{{ talk.title | slugify }}">
46+
<a href="#{{ talk.title | slugify }}">
47+
<span>{{ talk.title }}</span>
48+
</a>
4749
<p>{{ speakers | join: ", " }}</p>
4850
</h3>
4951

_sass/meetups.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#meetups {
22
background-color: #F6EEEC;
33

4+
h3 {
5+
margin-top: -50px;
6+
padding-top: 90px;
7+
}
8+
49
header {
510
background-color: #3967D1;
611
border: 0 solid black;

0 commit comments

Comments
 (0)