11 lines
203 B
Go
11 lines
203 B
Go
|
package themes
|
||
|
|
||
|
import "lmika.dev/lmika/hugo-crm/models"
|
||
|
|
||
|
var themes = map[string]models.ThemeMeta{
|
||
|
"bear": models.ThemeMeta{
|
||
|
Name: "bear",
|
||
|
URL: "https://github.com/janraasch/hugo-bearblog",
|
||
|
},
|
||
|
}
|