Skip to content

Commit

Permalink
Move the news section up to attract more eye balls
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Jun 19, 2024
1 parent d46650b commit c2314a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ <h3>Latest News</h3>
<span class="home-post-meta">{{ post.date | date: date_format }}</span>
</li>
{% endfor %}
<li>
<a class="home-post-link" href="{{ "/news.html" | relative_url }}">More News...</a>
</li>
</ul>

<br/>

<h3>User Showreel</h3>
<div>
<iframe class="showreel" src="https://www.youtube.com/embed/ma52j9B1kEM" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
</div>
3 changes: 0 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ layout: home
<div style="clear:both"></div>
</div>

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

0 comments on commit c2314a7

Please sign in to comment.