Sha256: b80a889c3dd8d7dd6d4f5687acdd24914d611c6535f7ee3f3a2562d4dbbebf6f

Contents?: true

Size: 545 Bytes

Versions: 17

Compression:

Stored size: 545 Bytes

Contents

---
---
!!! XML
- if !page.stylesheet_url.nil?
  <?xml-stylesheet type='text/xsl' href='#{site.baseurl}#{page.stylesheet_url}'?>
%urlset{ :xmlns=>'http://www.sitemaps.org/schemas/sitemap/0.9' }
  - unless page.sitemap_entries.empty?
    - for entry in page.sitemap_entries
      %url
        %loc= "#{entry.site.base_url}#{entry.url}"
        - if entry.lastmod
          %lastmod= entry.lastmod
        - if entry.priority
          %priority= entry.priority
        - if entry.change_frequency
          %changefreq= entry.change_frequency
  

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
awestruct-0.6.7 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.6 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.5 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.4 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.3 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.2 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.1 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.0 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.0.RC1 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.0.alpha4 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.0.alpha3 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.6.0.alpha1 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.5.7 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.5.7.RC2 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.5.7.RC1 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.5.6 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.5.6.beta9 lib/awestruct/extensions/sitemap.xml.haml