mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 19:08:45 +00:00
Make navigation links more prominent
This commit is contained in:
parent
5478b34479
commit
8dbea3731f
6 changed files with 8 additions and 7 deletions
|
@ -77,7 +77,7 @@
|
|||
|
||||
<div class="pagination">
|
||||
{{if .NextLink}}
|
||||
<a href="{{.NextLink}}" target="_self">next</a>
|
||||
<a href="{{.NextLink}}" target="_self">[next]</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<div class="pagination">
|
||||
{{if .NextLink}}
|
||||
<a href="{{.NextLink}}">next</a>
|
||||
<a href="{{.NextLink}}">[next]</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
|
||||
<div class="pagination">
|
||||
{{if .PrevLink}}
|
||||
<a href="{{.PrevLink}}">prev</a>
|
||||
<a href="{{.PrevLink}}">[prev]</a>
|
||||
{{end}}
|
||||
{{if .NextLink}}
|
||||
<a href="{{.NextLink}}">next</a>
|
||||
<a href="{{.NextLink}}">[next]</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
|
||||
<div class="pagination">
|
||||
{{if .NextLink}}
|
||||
<a href="{{.NextLink}}">next</a>
|
||||
<a href="{{.NextLink}}">[next]</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<div class="pagination">
|
||||
{{if .NextLink}}
|
||||
<a href="{{.NextLink}}">next</a>
|
||||
<a href="{{.NextLink}}">[next]</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue