Skip to content

Commit

Permalink
Align with PDST
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Nov 7, 2023
1 parent b87a45e commit e587377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions assets/theme-css/posts.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ div.MathJax_Display {
}

.read-more {
margin-top: 0.5em;
font-variant-caps: small-caps;
display: inline;
font-style: italic;
}

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/posts/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
{{ end }}
{{ strings.Chomp .Summary }}
<div class="read-more">
<a href="{{ .RelPermalink }}">more ⟶</a>
<a href="{{ .RelPermalink }}">Read more...</a>
</div>
</div>

0 comments on commit e587377

Please sign in to comment.