site_template/app/views/pages/home.rb in staticky-0.2.0 vs site_template/app/views/pages/home.rb in staticky-0.3.0
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
module Pages
- class Home < Page
+ class Home < ApplicationPage
include Protos::Typography
def view_template
render Protos::Hero.new(
class: "h-96",