Skip to content

Commit

Permalink
chore: fix about
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan-s committed Oct 29, 2024
1 parent 2b133dd commit 28fdedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 hidden>{{ .Page.Title }}</h1>
<h2>About</h2>
</a>
</header>
<p>{{ truncate 25 .Content }}</p>
<p>{{ truncate 256 .Content }}</p>
<footer>
<a href="{{ .RelPermalink }}">Read more...</a>
</footer>
Expand Down

0 comments on commit 28fdedf

Please sign in to comment.