Add restricted page
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Access Restricted"
|
||||
layout: default
|
||||
comments: false
|
||||
---
|
||||
|
||||
{% capture content %}Access to this website has been restricted due to one or more reason(s):{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||
|
||||
{% capture content %}
|
||||
<li>You are accessing this site from an area that is currently affected by export restrictions from the EU or UN.</li>
|
||||
<li>You are unauthorized to access the resource in question.</li>
|
||||
{% endcapture %}{% include blocks/list.liquid content=content %}
|
||||
Reference in New Issue
Block a user