Use link title where possible
This commit is contained in:
@@ -42,11 +42,11 @@
|
||||
{{ if or $next $prev }}
|
||||
<div id="paige-siblings">
|
||||
{{ with $prev }}
|
||||
<div class="paige-row-narrow text-center text-secondary" id="paige-next"><a class="link-secondary" href="{{ .Permalink }}">{{ .Title }}</a> ›</div>
|
||||
<div class="paige-row-narrow text-center text-secondary" id="paige-next"><a class="link-secondary" href="{{ .Permalink }}">{{ .LinkTitle }}</a> ›</div>
|
||||
{{ end }}
|
||||
|
||||
{{ with $next }}
|
||||
<div class="paige-row-narrow text-center text-secondary" id="paige-prev">‹ <a class="link-secondary" href="{{ .Permalink }}">{{ .Title }}</a></div>
|
||||
<div class="paige-row-narrow text-center text-secondary" id="paige-prev">‹ <a class="link-secondary" href="{{ .Permalink }}">{{ .LinkTitle }}</a></div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user