Style tweak
This commit is contained in:
parent
f5637f65e7
commit
58fd244198
|
@ -183,11 +183,11 @@ app->secrets(app->config->{'secrets'}) || die $@;
|
|||
app->pg->migrations->from_dir('migrations')->migrate(5);
|
||||
|
||||
if (my $threads_per_page = app->config->{'threads_per_page'}) {
|
||||
app->thread->threads_per_page($threads_per_page);
|
||||
app->thread->threads_per_page($threads_per_page)
|
||||
}
|
||||
|
||||
if (my $remarks_per_page = app->config->{'remarks_per_page'}) {
|
||||
app->remark->remarks_per_page($remarks_per_page);
|
||||
app->remark->remarks_per_page($remarks_per_page)
|
||||
}
|
||||
|
||||
app->asset->process('main.css', 'css/PostText.css');
|
||||
|
|
Loading…
Reference in New Issue
Block a user