mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
Update xml-sitemap.ss
This commit is contained in:
parent
d9da059a83
commit
59e56c3b69
@ -40,7 +40,7 @@
|
|||||||
<xsl:value-of select="sitemap:loc"/>
|
<xsl:value-of select="sitemap:loc"/>
|
||||||
</a>
|
</a>
|
||||||
<xsl:if test="\$imagesCount > 0">
|
<xsl:if test="\$imagesCount > 0">
|
||||||
<table class="image-table" cellpadding="0" cellspacing="0">
|
<table class="image-table">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="image-table__cell">Images</th>
|
<th class="image-table__cell">Images</th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -50,7 +50,7 @@
|
|||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="image-table__cell image-table__cell--image">
|
<td class="image-table__cell image-table__cell--image">
|
||||||
<img src="{\$imageURL}" width="40px"/>
|
<img src="{\$imageURL}" width="60px"/>
|
||||||
</td>
|
</td>
|
||||||
<td class="image-table__cell image-table__cell--text">
|
<td class="image-table__cell image-table__cell--text">
|
||||||
<xsl:value-of select="image:title"/><br/>
|
<xsl:value-of select="image:title"/><br/>
|
||||||
|
Loading…
Reference in New Issue
Block a user