2023-03-12 12:41:10 +00:00
|
|
|
package widgets
|
2023-03-11 15:59:00 +00:00
|
|
|
|
|
|
|
const (
|
2023-03-16 16:45:04 +00:00
|
|
|
Search = "search"
|
|
|
|
RecentPosts = "recent-posts"
|
|
|
|
RecentComments = "recent-comments"
|
|
|
|
Archive = "archives"
|
|
|
|
Categories = "categories"
|
|
|
|
Meta = "meta"
|
2023-03-11 15:59:00 +00:00
|
|
|
)
|