Skip to content

Commit

Permalink
Issue #54, updated hackathon reference to hackable
Browse files Browse the repository at this point in the history
  • Loading branch information
uptownhr committed Apr 20, 2016
1 parent c6dabcc commit c1bd0e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion views/admin/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ body
span.sr-only Toggle nav
a.sidebar-brand.img-responsive(href='/admin')
span.icon.icon-leaf.sidebar-brand-icon
| Hackathon Starter Lite
| hackable
#nav-toggleable-sm.collapse.nav-toggleable-sm
ul.nav.nav-pills.nav-stacked
li.nav-header Dashboards
Expand Down
2 changes: 1 addition & 1 deletion views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends layout

block content
p.text-xs-center
| A bare-minimal starter framework in Express with an admin interface to kickstart your next projects!
| Personal site starter for express developers.
p
a.btn.btn-block.btn-social.btn-github(href='http://github.com/uptownhr/hackathon-starter-lite')
i.fa.btn-xs.fa-github
Expand Down
5 changes: 2 additions & 3 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ html(lang='en')
link(rel='stylesheet', href='/site/css/style.css')
body
nav
a(href='/about') About
a(href='https://github.com/uptownhr/hackathon-starter-lite', target='_blank') Github
a(href='/blog') Blog
.btn-group
Expand All @@ -37,13 +36,13 @@ html(lang='en')
.post-page__logo-wrapper
a(href='/', title='Home')
img.post-page__logo(src='/site/img/logo.svg', alt='React')
| Hackathon Starer Lite
| hackable
main
include partials/flash
block content
footer.footer
small
| © Hackathon Starter Lite
| © hackable
time 2016
| . All rights reserved.
script(src='/admin/assets/js/jquery.min.js')
Expand Down

0 comments on commit c1bd0e7

Please sign in to comment.