Skip to content

Commit c2314a7

Browse files
committed
Move the news section up to attract more eye balls
1 parent d46650b commit c2314a7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

_layouts/home.html

+9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ <h3>Latest News</h3>
1313
<span class="home-post-meta">{{ post.date | date: date_format }}</span>
1414
</li>
1515
{% endfor %}
16+
<li>
17+
<a class="home-post-link" href="{{ "/news.html" | relative_url }}">More News...</a>
18+
</li>
1619
</ul>
1720

21+
<br/>
22+
23+
<h3>User Showreel</h3>
24+
<div>
25+
<iframe class="showreel" src="https://www.youtube.com/embed/ma52j9B1kEM" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
26+
</div>
1827
</div>

index.md

-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ layout: home
2828
<div style="clear:both"></div>
2929
</div>
3030

31-
<div style="">
32-
<iframe class="showreel" src="https://www.youtube.com/embed/ma52j9B1kEM" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
33-
</div>

0 commit comments

Comments
 (0)