2023-03-12 12:41:10 +00:00
|
|
|
package widgets
|
2023-03-11 15:59:00 +00:00
|
|
|
|
|
|
|
const (
|
2023-03-27 03:37:24 +00:00
|
|
|
Search = "widget-search"
|
|
|
|
RecentPosts = "widget-recent-posts"
|
|
|
|
RecentComments = "widget-recent-comments"
|
|
|
|
Archive = "widget-archives"
|
|
|
|
Categories = "widget-categories"
|
|
|
|
Meta = "widget-meta"
|
2023-03-17 10:26:08 +00:00
|
|
|
|
|
|
|
Widget = "widget"
|
2023-03-11 15:59:00 +00:00
|
|
|
)
|