Skip to content

Commit

Permalink
Add anchors to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Dec 15, 2023
1 parent 3b80408 commit d865902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="home-layout">
<div class="home-left">
<h2>Recent posts</h2>
<h2 id="recent">Recent posts</h2>
<ul class="posts">
{% for post in site.posts limit:5 %}
<li>
Expand All @@ -24,15 +24,15 @@ <h2>Older posts</h2>
</div>
</div>
<div class="home-right">
<h2>About</h2>
<h2 id="about">About</h2>
<p>{% include about-me.html %}</p>
<p>
This site is built with
<a href="https://jekyllrb.com/">Jekyll</a> using
<a href="https://github.com/katydecorah/theme">katydecorah/theme</a>
and published with GitHub pages.
</p>
<h2 style="margin-top: 2rem">Now reading</h2>
<h2 id="now-reading" style="margin-top: 2rem">Now reading</h2>
{% assign nowReading = site.data['now-reading'] %}
<div class="home-now-reading">
<img
Expand Down

0 comments on commit d865902

Please sign in to comment.