1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-11-22 08:07:30 +00:00

Add blocked identifier

This commit is contained in:
Cadence Ember 2020-06-13 22:35:57 +12:00
parent 78a41aada9
commit 95ab1d5e0c
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412

View File

@ -3,7 +3,7 @@
include includes/error.pug include includes/error.pug
doctype html doctype html
html html#bibliogram-identifier-blocked
head head
title= `Blocked | Bibliogram` title= `Blocked | Bibliogram`
include includes/head include includes/head
@ -16,6 +16,8 @@ html
p.explanation p.explanation
| Instagram is temporarily refusing to provide data to this server. | Instagram is temporarily refusing to provide data to this server.
div#dynamic-status-area
.width-block .width-block
p If you use Mac or Linux, you can unblock this profile now! Run this in your favourite terminal: p If you use Mac or Linux, you can unblock this profile now! Run this in your favourite terminal:
pre curl -Ss #{website_origin}/u/#{username}/unblock.sh | $SHELL pre curl -Ss #{website_origin}/u/#{username}/unblock.sh | $SHELL