Sha256: 4bda806e5144e61f03dfe7b7a14d831fbd1a9b6466c917f1985514359754efa7

Contents?: true

Size: 433 Bytes

Versions: 51

Compression:

Stored size: 433 Bytes

Contents

---
---
!!! XML

%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

51 entries across 51 versions & 2 rubygems

Version Path
awestruct-0.5.1a lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.5.0 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.5.0.cr lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.8 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.7 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.6 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.5 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.4 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.3 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2.x10 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2.x9 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2.x8 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2.x7 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2.x6 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2.x5 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2.x4 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2.x3 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2.x2 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.4.2.x1 lib/awestruct/extensions/sitemap.xml.haml