Skip to content

Commit

Permalink
Remove excerpts b/c it is messy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaGameDeveloper committed Apr 13, 2024
1 parent 6c607fe commit cfd03df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pages/posts_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ permalink: /blog/
return es;
}</script>
# Blog posts
Here, you can find my blog posts that I write in my spare time. <a href="javascript:toggleExcerpt()">Toggle excerpts</a>
Here, you can find my blog posts that I write in my spare time.

For you awesome people who use [RSS](https://en.wikipedia.org/wiki/RSS), the feed can be found [here](https://alphagame.dev/feed.xml)!

<ul>
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
<ul>
<li style="display: none;" class="excerpt">{{ post.excerpt }}</li>
</ul>
{% endfor %}
</ul>

0 comments on commit cfd03df

Please sign in to comment.