mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
fix highlights page
This commit is contained in:
parent
a4f1d84723
commit
f3b0a6614d
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user