diff --git a/app.yaml b/app.yaml index d938c2e..235f12d 100644 --- a/app.yaml +++ b/app.yaml @@ -1,4 +1,4 @@ -name: "within" +name: "christine" dependencies: - moonscript diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index c26e8f5..4391c26 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -6,9 +6,9 @@ class Layout extends Widget title -> if @title - text "#{@title} - Within" + text "#{@title} - Christine" else - text "Within" + text "Christine" if @meta_description meta property: "og:description", content: @meta_description @@ -33,7 +33,7 @@ class Layout extends Widget span class: "icon-bar" a class: "navbar-brand", href: "/", -> - text "Within" + text "Christine" div id: "navbar", class: "collapse navbar-collapse", -> ul class: "nav navbar-nav", -> @@ -52,7 +52,7 @@ class Layout extends Widget text @copytight else p class: "text-muted", -> - text "From Within - #{os.date "%Y"}" + text "Christine Cadence Dodrill - #{os.date "%Y"}" body: => div class: "container", ->