Remove obsolete rels
This commit is contained in:
parent
fc6e39a388
commit
e726744438
@ -7,6 +7,10 @@
|
||||
<!-- strip planet elements and attributes -->
|
||||
<xsl:template match="planet:*|@planet:*"/>
|
||||
|
||||
<!-- strip obsolete link relationships -->
|
||||
<xsl:template match="atom:link[@rel='service.edit']"/>
|
||||
<xsl:template match="atom:link[@rel='service.post']"/>
|
||||
|
||||
<!-- add Google/LiveJournal-esque noindex directive -->
|
||||
<xsl:template match="atom:feed">
|
||||
<xsl:copy>
|
||||
|
Loading…
Reference in New Issue
Block a user