base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
11
liquid/includes/redirect.html
Normal file
11
liquid/includes/redirect.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% capture url %}{% if include.url contains 'http://' or include.url contains 'https://' %}{{ include.url }}{% else %}{{ page | relative }}{{ include.url }}{% endif %}{%- endcapture %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</title>
|
||||
<link rel="canonical" href="{{ url }}">
|
||||
<meta http-equiv="refresh" content="0; url={{ url }}">
|
||||
<meta name="robots" content="noindex">
|
||||
<noscript><a href="{{ url }}">Click here if you are not redirected.</a></noscript>
|
||||
<script>location="{{ url }}";</script>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue