Skip to content

Commit

Permalink
Merge pull request Perl-Evozon#60 from danfumarel/master
Browse files Browse the repository at this point in the history
BLOGSPERL-221 still remains json isue change
  • Loading branch information
drforr committed Feb 24, 2016
2 parents 988dfdf + 8bd63fb commit 6036118
Show file tree
Hide file tree
Showing 10 changed files with 328 additions and 303 deletions.
4 changes: 3 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ email_templates: 'views/emails/'

# Images from MovableType
movable_type_url: 'http://blogs.perl.org'
user_assets: '/home/jgoff/'

user_assets: '/home/danf'


# Specifics
email_signature: 'The Blogs.Perl.Org Team'
Expand Down
6 changes: 6 additions & 0 deletions lib/PearlBee.pm
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@ get '/register' => sub {

};

get '/passwordSignin' => sub {

template 'passwordSignin';

};

get '/register_success' => sub { template 'register_success' };

get '/register_done' => sub { template 'register_done' };
Expand Down
4 changes: 4 additions & 0 deletions public/blog/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4264,6 +4264,10 @@ input.cmn-toggle-round-flat:checked + label:after {
display: none;
}

.header .header-icon .bubble {
display: inline-block;
}

@media all and (max-width: 580px) {
.switch {
display: none;
Expand Down
Loading

0 comments on commit 6036118

Please sign in to comment.