rename Within to Christine
This commit is contained in:
parent
a7092d46b4
commit
32d5ace20e
2
app.yaml
2
app.yaml
|
@ -1,4 +1,4 @@
|
||||||
name: "within"
|
name: "christine"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- moonscript
|
- moonscript
|
||||||
|
|
|
@ -6,9 +6,9 @@ class Layout extends Widget
|
||||||
|
|
||||||
title ->
|
title ->
|
||||||
if @title
|
if @title
|
||||||
text "#{@title} - Within"
|
text "#{@title} - Christine"
|
||||||
else
|
else
|
||||||
text "Within"
|
text "Christine"
|
||||||
|
|
||||||
if @meta_description
|
if @meta_description
|
||||||
meta property: "og:description", content: @meta_description
|
meta property: "og:description", content: @meta_description
|
||||||
|
@ -33,7 +33,7 @@ class Layout extends Widget
|
||||||
span class: "icon-bar"
|
span class: "icon-bar"
|
||||||
|
|
||||||
a class: "navbar-brand", href: "/", ->
|
a class: "navbar-brand", href: "/", ->
|
||||||
text "Within"
|
text "Christine"
|
||||||
|
|
||||||
div id: "navbar", class: "collapse navbar-collapse", ->
|
div id: "navbar", class: "collapse navbar-collapse", ->
|
||||||
ul class: "nav navbar-nav", ->
|
ul class: "nav navbar-nav", ->
|
||||||
|
@ -52,7 +52,7 @@ class Layout extends Widget
|
||||||
text @copytight
|
text @copytight
|
||||||
else
|
else
|
||||||
p class: "text-muted", ->
|
p class: "text-muted", ->
|
||||||
text "From Within - #{os.date "%Y"}"
|
text "Christine Cadence Dodrill - #{os.date "%Y"}"
|
||||||
|
|
||||||
body: =>
|
body: =>
|
||||||
div class: "container", ->
|
div class: "container", ->
|
||||||
|
|
Loading…
Reference in New Issue