typesetting olivain porry
This commit is contained in:
parent
eea67d2c7c
commit
fc85403e3a
56 changed files with 141 additions and 43 deletions
|
|
@ -14,7 +14,7 @@ if ($block->location() == 'web') {
|
|||
}
|
||||
|
||||
$GLOBALS['figCount'] = ($GLOBALS['figCount'] ?? 0) + 1;
|
||||
$figId = 'fig-' . Str::slug($page->author()) . '-' . $GLOBALS['figCount'];
|
||||
$figId = 'fig-' . Str::slug($block->parent()?->author() ?? '') . '-' . $GLOBALS['figCount'];
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue