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
awestructx-0.4.1.x1 lib/awestruct/extensions/sitemap.xml.haml
awestructx-0.4.1 lib/awestruct/extensions/sitemap.xml.haml
awestructx-0.4.0 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.2.18 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.2.17 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.2.15 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.2.14 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.2.13 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.2.12 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.2.11 lib/awestruct/extensions/sitemap.xml.haml
awestruct-0.2.10 lib/awestruct/extensions/sitemap.xml.haml