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
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
include includes/error.pug
doctype html
html
html#bibliogram-identifier-blocked
head
title= `Blocked | Bibliogram`
include includes/head
@ -16,6 +16,8 @@ html
p.explanation
| Instagram is temporarily refusing to provide data to this server.
div#dynamic-status-area
.width-block
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