Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
core-services
jekyll-theme-lcsb-frozen-components
Commits
02182cb2
Commit
02182cb2
authored
Mar 09, 2022
by
Laurent Heirendt
✈
Browse files
yohan's magic
parent
1ca6aab3
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/jekyll/tags/rtitle.rb
View file @
02182cb2
...
...
@@ -29,7 +29,8 @@ module Jekyll
return
expr
[
1
..-
2
]
# expression contains a dot and is not longer than 20 characters
elsif
expr
.
include?
"."
and
args
[
0
].
length
<
20
elsif
expr
.
start_with?
"{{"
and
expr
.
end_with?
"}}"
expr
=
expr
[
2
..-
3
].
strip
vars
=
expr
.
split
(
'.'
)
result
=
context
vars
.
each
do
|
variable
|
...
...
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