Skip to content

Commit

Permalink
Pico2.x対応
Browse files Browse the repository at this point in the history
  • Loading branch information
TakamiChie committed Jul 24, 2019
1 parent 90bc2e0 commit 29e0cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pico_toc.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public function onConfigLoaded(&$config)
{
$this->headinglevel = isset($config["headerlv"]["level"]) ?
$config["headerlv"]["level"] : 3;
}

}
public function onPageRendering(&$templateName, array &$twigVariables)
{
$content = $twigVariables["content"];
Expand Down

0 comments on commit 29e0cdc

Please sign in to comment.