You've already forked Ghost-Theme-Source
Added arrow icon to the read more link
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
|
||||
{{#match pagination.pages ">" 1}}
|
||||
<div class="gh-more is-title">
|
||||
<a href="/page/2">See all →</a>
|
||||
<a href="/page/2">See all {{> "icons/arrow"}}</a>
|
||||
</div>
|
||||
{{/match}}
|
||||
|
||||
|
||||
1
partials/icons/arrow.hbs
Normal file
1
partials/icons/arrow.hbs
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg>
|
||||
|
After Width: | Height: | Size: 259 B |
Reference in New Issue
Block a user