diff --git a/zet.dpi.c b/zet.dpi.c index fe12752..c63e94c 100644 --- a/zet.dpi.c +++ b/zet.dpi.c @@ -29,6 +29,7 @@ static const size_t sigil_size = sizeof("ยง")-1; static const int id_length = 16; static const char ssb_ref_base[] = "http://localhost:8027/"; +static const char ssb_blob_base[] = "ssbget:"; static const char ssb_channel_base[] = "http://localhost:8027/channel/"; static const int max_cols = 54; @@ -683,7 +684,7 @@ md_rndr_image(struct buf *ob, const struct buf *link, const struct buf *title, c if (!link || !link->size) return 0; BUFPUTSL(ob, "data, link->size); BUFPUTSL(ob, "\" alt=\"");