removing unused cruft
This commit is contained in:
parent
3dfa9bdd1d
commit
38bb6d6b67
@ -1,8 +0,0 @@
|
||||
---
|
||||
layout: {{ layout }}
|
||||
title: {{ title }}
|
||||
summary: {{ summary }}
|
||||
image: {{ image }}
|
||||
image_source: {{ image_source }}
|
||||
tags: {{ tags }}
|
||||
---
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
layout: {{ layout }}
|
||||
title: {{ title }}
|
||||
---
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
layout: {{ layout }}
|
||||
title: {{ title }}
|
||||
summary: {{ summary }}
|
||||
image: {{ image }}
|
||||
image_source: {{ image_source }}
|
||||
date: {{ date }}
|
||||
tags: {{ tags }}
|
||||
---
|
23
htaccess
23
htaccess
@ -1,23 +0,0 @@
|
||||
---
|
||||
layout: null
|
||||
permalink: .htaccess
|
||||
---
|
||||
ErrorDocument 404 /404.html
|
||||
Options +Multiviews
|
||||
|
||||
Redirect permanent /james-walker /about.html
|
||||
|
||||
Redirect permanent /node/feed /atom.xml
|
||||
Redirect permanent /rss.xml /atom.xml
|
||||
Redirect permanent /topics/drupal/feed /tag/drupal/atom.xml
|
||||
Redirect permanent /tag/openid/feed /tag/openid/atom.xml
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC]
|
||||
RewriteRule ^atom.xml http://feeds.feedburner.com/walkah
|
||||
|
||||
RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC]
|
||||
RewriteRule ^tag/drupal/atom.xml http://feeds.feedburner.com/walkah/drupal
|
||||
</IfModule>
|
Loading…
x
Reference in New Issue
Block a user