Remove obsolete rels
This commit is contained in:
parent
fc6e39a388
commit
e726744438
@ -7,6 +7,10 @@
|
|||||||
<!-- strip planet elements and attributes -->
|
<!-- strip planet elements and attributes -->
|
||||||
<xsl:template match="planet:*|@planet:*"/>
|
<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 -->
|
<!-- add Google/LiveJournal-esque noindex directive -->
|
||||||
<xsl:template match="atom:feed">
|
<xsl:template match="atom:feed">
|
||||||
<xsl:copy>
|
<xsl:copy>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user