ikuseiGmbH/Goldencobra

View on GitHub
lib/generators/goldencobra/templates/views/articletypes/default/_sitemap.xml.builder

Summary

Maintainability
Test Coverage
# encoding: utf-8
# xml.url do # create the url entry, with the specified location and date
#   xml.loc "http#{@use_ssl}://#{@domain_name}#{article.public_url}"
#   xml.lastmod article.updated_at.strftime('%Y-%m-%d')
#   xml.priority 0.5
# end