Skip to content

Commit

Permalink
Fixed links for github and email
Browse files Browse the repository at this point in the history
  • Loading branch information
iainvm committed Jul 20, 2017
1 parent 3cc4185 commit 0f80083
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion views/about.pug
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ block content
| Email
div.collapsible-body
span.valign-wrapper
a.dtext.valign-wrapper(href="mailto:#{site.contact.email}")
a.dtext.valign-wrapper(href="mailto:"+site.contact.email)
i.material-icons send
| #{site.contact.email}
2 changes: 1 addition & 1 deletion views/templates/main.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ html(lang="en")
include navi.pug

//- Pages content
div(id="main" class="container")
div#main.container
block content

//- Footer
Expand Down
2 changes: 1 addition & 1 deletion views/templates/topbar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ div.navbar-fixed
ul.right
li
div.valign-wrapper
a(href="#{site.contact.github}")
a(href=""+site.contact.github)
i.shaded.socicon-github.pmain
li.hide-on-med-and-down
form
Expand Down

0 comments on commit 0f80083

Please sign in to comment.