From 95ab1d5e0cf3035120b5b13308b8a983522319ec Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sat, 13 Jun 2020 22:35:57 +1200 Subject: [PATCH] Add blocked identifier --- src/site/pug/blocked.pug | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/site/pug/blocked.pug b/src/site/pug/blocked.pug index 822aebc..1931086 100644 --- a/src/site/pug/blocked.pug +++ b/src/site/pug/blocked.pug @@ -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