Added custom configs.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
- type: custom-api
|
||||
title: 💥 xkcd
|
||||
cache: 2m
|
||||
url: https://xkcd.com/info.0.json
|
||||
template: |
|
||||
<center>{{ .JSON.String "title" }}</center>
|
||||
<img src="{{ .JSON.String "img" }}"></img>
|
||||
Reference in New Issue
Block a user