mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +01:00
Add new homepage: top animation and first block
This commit is contained in:
6
pages.go
6
pages.go
@@ -59,6 +59,8 @@ type DetailsParams struct {
|
||||
}
|
||||
|
||||
type HeadParams struct {
|
||||
IsHome bool
|
||||
IsAbout bool
|
||||
IsProfile bool
|
||||
NaddrNaked string
|
||||
NeventNaked string
|
||||
@@ -86,6 +88,10 @@ type HomePageParams struct {
|
||||
LastNotes []string
|
||||
}
|
||||
|
||||
type AboutParams struct {
|
||||
HeadParams
|
||||
}
|
||||
|
||||
type ArchivePageParams struct {
|
||||
HeadParams
|
||||
|
||||
|
||||
Reference in New Issue
Block a user