fix highlights page

This commit is contained in:
Tom 2024-07-29 10:25:08 +01:00
parent a4f1d84723
commit f3b0a6614d

View File

@ -17,30 +17,31 @@ head: |
---
Welcome to my little home on the web! Below you'll find recent blog posts, projects and mastodon toots. You'll also find links to the web version of my thesis <a href = "/thesis/4_Amorphous_Kitaev_Model/4.2_AMK_Methods.html#:~:text=Figure 1:,on the torus.">(with animations!)</a> and my <a href="/cv/">CV</a>.
## Posts
<br>
<section class = "highlights">
<h1 class = "highlights">Posts</h1>
{% for post in site.posts limit:5 %}
{% include post_summary.html %}
{% endfor %}
<a href = "/blog/" class = "highlights-more">More Posts</a>
## Projects
<br>
<a href = "/blog/" class = "highlights-more">More Posts</a>
</section>
<section class = "highlights">
<h1 class = "highlights">Projects</h1>
{% for post in site.projects limit:5 %}
{% include project_summary.html %}
{% endfor %}
<a href = "/projects/" class = "highlights-more">More Projects</a>
</section>
## Toots
<section class = "highlights">
<h1 class = "highlights">Toots</h1>
<div id="mt-container" class="mt-container">
<div class="mt-body" role="feed">
<div class="mt-loading-spinner"></div>
</div>
</div>
<a href = "https://tech.lgbt/@Tomhodson" class = "highlights-more">More Toots</a>
</section>
<script type="module">
const myTimeline = new MastodonTimeline.Init({