Files
glance-config/config/widgets/custom/xkcd.yml
T

8 lines
196 B
YAML
Raw Normal View History

2026-09-18 18:42:29 -05:00
- 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>