This commit is contained in:
Seth Call 2016-11-01 20:27:32 -05:00
parent d58330d8da
commit 1bfdba6ca4
2 changed files with 4 additions and 0 deletions

View File

@ -453,6 +453,7 @@ class LandingsController < ApplicationController
end
def simple_jamtracks
@description = 'JamTracks'
@no_landing_tag = true
@landing_tag_play_learn_earn = false
@responsive = true
@ -461,6 +462,7 @@ class LandingsController < ApplicationController
end
def simple_jamclass
@description = 'JamClass'
@no_landing_tag = true
@landing_tag_play_learn_earn = false
@responsive = true

View File

@ -38,6 +38,8 @@ SitemapGenerator::Sitemap.create do
add(jam_class_schools_path, priority:0.9)
add(jam_class_retailers_path, priority:0.9)
add(jam_class_education_path, priority:0.9)
add(landing_simple_jamtracks_path, priority:0.5)
add(landing_simple_jamclass_path, priority:0.5)
JamTrack.all.each do |jam_track|
slug = jam_track.slug