Add new homepage: top animation and first block

This commit is contained in:
Daniele Tonon
2024-04-05 13:34:24 +02:00
parent 1af2550e9f
commit bf2ca24a41
26 changed files with 504 additions and 290 deletions

View File

@@ -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