Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
re-kirby
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
santiago duque
re-kirby
Commits
42ba74d3
Commit
42ba74d3
authored
May 02, 2026
by
santiago duque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chapter hero now fading in
parent
c1d89102
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
hero.php
www/site/snippets/chapter/hero.php
+1
-1
No files found.
www/site/snippets/chapter/hero.php
View file @
42ba74d3
...
@@ -7,7 +7,7 @@ $num = $page->chapter_number()->value();
...
@@ -7,7 +7,7 @@ $num = $page->chapter_number()->value();
$padded
=
str_pad
(
$num
,
2
,
'0'
,
STR_PAD_LEFT
);
$padded
=
str_pad
(
$num
,
2
,
'0'
,
STR_PAD_LEFT
);
$filterId
=
'rough'
.
$num
;
$filterId
=
'rough'
.
$num
;
?>
?>
<section
class=
"chapter-hero"
>
<section
class=
"chapter-hero
reveal
"
>
<div
class=
"chapter-hero-bg"
data-parallax=
"0.3"
></div>
<div
class=
"chapter-hero-bg"
data-parallax=
"0.3"
></div>
<div
class=
"chapter-hero-grain"
></div>
<div
class=
"chapter-hero-grain"
></div>
<div
class=
"chapter-hero-content"
>
<div
class=
"chapter-hero-content"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment