From 32d5ace20e72512c089af84cfba50f3dbe222ed7 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 17:23:30 -0800 Subject: [PATCH] rename Within to Christine --- app.yaml | 2 +- layout/bootstrap.moon | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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", ->