8 lines
196 B
YAML
8 lines
196 B
YAML
- 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>
|