1
0
Fork 0

Remove everything

This commit is contained in:
Luca Beltrame 2015-04-26 15:25:12 +02:00
parent 4b0ce2b03f
commit 28a99a0e04
268 changed files with 0 additions and 22354 deletions

View file

@ -1,24 +0,0 @@
---
# This layout is used to redirect pages, if you moved them.
# Use the following settings in front matter:
#
# layout: redirect
# sitemap: false
# permalink: /old-location/
# redirect_to: /new-location/
#
# Idea and Code by: http://codingtips.kanishkkunal.in/about/
---
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="{{ page.redirect_to }}"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url={{ page.redirect_to }}" />
</head>
<body>
<h1>Redirecting...</h1>
{{ site.language.if_you_are_not_redirected_automatically }} <a href="{{ page.redirect_to }}">{{ site.language.click_here }}<a>.
<script>location='{{ page.redirect_to }}'</script>
</body>
</html>