Skip to content

Commit 8d29173

Browse files
committed
Remove outdated posts/redirects
1 parent b5062b5 commit 8d29173

9 files changed

Lines changed: 1 addition & 228 deletions

_layouts/redirect.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22
<html>
33
<head>
44
{% if page.redirect_to %}
5-
{% if page.redirect_version %}
6-
<link rel="canonical" href="https://elixir.hexdocs.pm/{{ page.redirect_version }}/{{ page.redirect_to }}.html"/>
7-
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
8-
<meta http-equiv="refresh" content="0;url=https://elixir.hexdocs.pm/{{ page.redirect_version }}/{{ page.redirect_to }}.html" />
9-
{% else %}
105
<link rel="canonical" href="https://elixir.hexdocs.pm/{{ page.redirect_to }}.html"/>
116
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
127
<meta http-equiv="refresh" content="0;url=https://elixir.hexdocs.pm/{{ page.redirect_to }}.html" />
13-
{% endif %}
148
{% else %}
159
<link rel="canonical" href="{{ page.redirect.to }}"/>
1610
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
@@ -20,16 +14,11 @@
2014
<body>
2115
<h3>Redirecting...</h3>
2216
{% if page.redirect_to %}
23-
{% if page.redirect_version %}
24-
<a href="https://elixir.hexdocs.pm/{{ page.redirect_version }}/{{ page.redirect_to }}.html">Click here if you are not redirected.</a>
25-
<script>location='https://elixir.hexdocs.pm/{{ page.redirect_version }}/{{ page.redirect_to }}.html'</script>
26-
{% else %}
2717
<a href="https://elixir.hexdocs.pm/{{ page.redirect_to }}.html">Click here if you are not redirected.</a>
2818
<script>location='https://elixir.hexdocs.pm/{{ page.redirect_to }}.html'</script>
29-
{% endif %}
3019
{% else %}
3120
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
3221
<script>location='{{ page.redirect.to }}'</script>
3322
{% endif %}
3423
</body>
35-
</html>
24+
</html>

_posts/2013-04-19-google-summer-of-code-2013.markdown

Lines changed: 0 additions & 29 deletions
This file was deleted.

_posts/2013-05-02-elixir-on-xen.markdown

Lines changed: 0 additions & 71 deletions
This file was deleted.

_posts/2018-06-28-gsoc-projects.markdown

Lines changed: 0 additions & 86 deletions
This file was deleted.

getting-started/mix-otp/config-and-releases.markdown

Lines changed: 0 additions & 6 deletions
This file was deleted.

getting-started/mix-otp/dependencies-and-umbrella-apps.markdown

Lines changed: 0 additions & 6 deletions
This file was deleted.

getting-started/mix-otp/dependencies-and-umbrella-projects.markdown

Lines changed: 0 additions & 6 deletions
This file was deleted.

getting-started/mix-otp/distributed-tasks.markdown

Lines changed: 0 additions & 6 deletions
This file was deleted.

getting-started/mix-otp/ets.markdown

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)