Add my last name to some places
This commit is contained in:
parent
41a30196d7
commit
f0fcb0a938
|
@ -6,9 +6,9 @@ class Layout extends Widget
|
||||||
|
|
||||||
title ->
|
title ->
|
||||||
if @title
|
if @title
|
||||||
text "#{@title} - Christine"
|
text "#{@title} - Christine Dodrill"
|
||||||
else
|
else
|
||||||
text "Christine"
|
text "Christine Dodrill"
|
||||||
|
|
||||||
if @meta_description
|
if @meta_description
|
||||||
meta property: "og:description", content: @meta_description
|
meta property: "og:description", content: @meta_description
|
||||||
|
@ -33,12 +33,12 @@ class Layout extends Widget
|
||||||
span class: "icon-bar"
|
span class: "icon-bar"
|
||||||
|
|
||||||
a class: "navbar-brand", href: "/", ->
|
a class: "navbar-brand", href: "/", ->
|
||||||
text "Christine"
|
text "Christine Dodrill"
|
||||||
|
|
||||||
div id: "navbar", class: "collapse navbar-collapse", ->
|
div id: "navbar", class: "collapse navbar-collapse", ->
|
||||||
ul class: "nav navbar-nav", ->
|
ul class: "nav navbar-nav", ->
|
||||||
li ->
|
li ->
|
||||||
a href: "/articles", "Articles"
|
a href: "/about", "About"
|
||||||
|
|
||||||
ul class: "nav navbar-nav navbar-right", ->
|
ul class: "nav navbar-nav navbar-right", ->
|
||||||
li ->
|
li ->
|
||||||
|
|
Loading…
Reference in New Issue