mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-28 12:05:06 +03:00
ы
This commit is contained in:
parent
191984b31e
commit
911923fde1
6 changed files with 16 additions and 10 deletions
|
@ -63,6 +63,7 @@ type instanceAbout struct {
|
|||
|
||||
type skunkyart struct {
|
||||
Writer http.ResponseWriter
|
||||
_pth string
|
||||
|
||||
Args url.Values
|
||||
Page int
|
||||
|
@ -274,7 +275,7 @@ func (s skunkyart) NavBase(c DeviationList) string {
|
|||
prevrev := func(msg string, page int, onpage bool) {
|
||||
if !onpage {
|
||||
list.WriteString(`<a href="`)
|
||||
list.WriteString(Path)
|
||||
list.WriteString(s._pth)
|
||||
list.WriteString(`?p=`)
|
||||
list.WriteString(strconv.Itoa(page))
|
||||
if s.Type != 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue