Skip to content

Commit c42f0b7

Browse files
updates
1 parent e0a918e commit c42f0b7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,26 @@
99
research and development of Bitcoin and related protocols.
1010
</p>
1111

12+
<div class="Home-posts">
13+
<h2 class="Home-posts-title">Recent Events</h2>
14+
The Next Bitdevs will be held at Busselton [Bitcoin Bush Bash](https://bitcoinbushbash.info/) 6-9 September.
15+
<p class="Home-about">
16+
The BitDevs will take place at Shelter Brewing on Sunday 8th September. Please submit any discussion points to
17+
[the github issue here](https://github.com/PerthBitDevs/PerthBitDevs/issues/12).
18+
</p>
19+
</div>
1220
<div class="Home-posts">
1321
<h2 class="Home-posts-title">Recent Events</h2>
1422
{% assign event_posts = 100 %} {% assign counter = 0 %} {% for post in
1523
site.posts %} {% if post.type == "socratic" or post.type == "whitepaper"%}
1624
<div class="Home-posts-post">
1725
<span class="Home-posts-post-date">{{ post.date | date_to_string }}</span>
1826
<span class="Home-posts-post-arrow">&raquo;</span>
19-
<a class="Home-posts-post-title" href="{{ post.url }}"
20-
>{{ post.title }}</a
21-
>
27+
<a class="Home-posts-post-title" href="{{ post.url }}">{{ post.title }}</a>
2228
</div>
2329
{% assign counter = counter | plus: 1 %} {% if counter == event_posts %} {%
2430
break %} {% comment %}exit the for loop{% endcomment %} {% endif %} {% endif
2531
%} {% endfor %}
2632
<!-- <p><a href="/events.html">See all events</a></p> -->
2733
</div>
28-
</div>
34+
</div>

0 commit comments

Comments
 (0)