Add Repository Overview widget

This commit is contained in:
Svilen Markov
2024-05-10 11:05:42 +01:00
parent 7dd1cca65d
commit c5e3eed64b
8 changed files with 270 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ var (
MonitorTemplate = compileTemplate("monitor.html", "widget-base.html")
TwitchGamesListTemplate = compileTemplate("twitch-games-list.html", "widget-base.html")
TwitchChannelsTemplate = compileTemplate("twitch-channels.html", "widget-base.html")
RepositoryOverviewTemplate = compileTemplate("repository-overview.html", "widget-base.html")
)
var globalTemplateFunctions = template.FuncMap{