Remove redirects and old news page
parent
a36ffd3314
commit
6a561da64a
@ -1 +0,0 @@
|
||||
- Some very old news!
|
@ -1,12 +0,0 @@
|
||||
---
|
||||
layout: none
|
||||
permalink: .htaccess
|
||||
---
|
||||
ErrorDocument 404 /404.html
|
||||
RewriteEngine on
|
||||
RewriteBase {{ site.base }}/
|
||||
{% for item in site.redirects %}
|
||||
{% assign oldname=item[0] %}
|
||||
{% assign path=item[1] %}
|
||||
RewriteRule ^sampa/{{ oldname | replace: '(', '\(' | replace: ')', '\)' }} /{{ path }} [L,R=301]
|
||||
{% endfor %}
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
title: Older News
|
||||
---
|
||||
{% for item in site.data.news %}
|
||||
<p>{{ item | markdownify }}</p>
|
||||
{% endfor %}
|
Loading…
Reference in New Issue