13 lines
270 B
Go
13 lines
270 B
Go
package widgets
|
|
|
|
const (
|
|
Search = "widget-search"
|
|
RecentPosts = "widget-recent-posts"
|
|
RecentComments = "widget-recent-comments"
|
|
Archive = "widget-archives"
|
|
Categories = "widget-categories"
|
|
Meta = "widget-meta"
|
|
|
|
Widget = "widget"
|
|
)
|